Click or drag to resize
RangeCollectionCount Method (Int64, Int64)
The number of long elements in the RangeCollection between min and max (inclusive)

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long Count(
	long min,
	long max
)

Parameters

min
Type: SystemInt64
The smallest long element to consider
max
Type: SystemInt64
The largest long element to consider

Return Value

Type: Int64
The number of element in between min and max (inclusive)
See Also