RangeCollectionCount Method (Int64, Int64) |
The number of long elements in the RangeCollection between min and max (inclusive)
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long Count(
long min,
long max
)
Public Function Count (
min As Long,
max As Long
) As Long
public:
long long Count(
long long min,
long long max
)
member Count :
min : int64 *
max : int64 -> int64
Parameters
- min
- Type: SystemInt64
The smallest long element to consider - max
- Type: SystemInt64
The largest long element to consider
Return Value
Type:
Int64The number of element in between min and max (inclusive)
See Also