RangeCollectionIsComplete Method (Int64) |
Tells if the range collection includes all longs from 0 (inclusive) to itemCount-1 (inclusive)
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsComplete(
long itemCount
)
Public Function IsComplete (
itemCount As Long
) As Boolean
public:
bool IsComplete(
long long itemCount
)
member IsComplete :
itemCount : int64 -> bool
Parameters
- itemCount
- Type: SystemInt64
The number of longs, starting at 0, expected
Return Value
Type:
Booleantrue if the range collection includes the itemCount longs starting at 0; otherwise, false
See Also