Click or drag to resize
RangeCollectionIsComplete Method (Int64)
Tells if the range collection includes all longs from 0 (inclusive) to itemCount-1 (inclusive)

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsComplete(
	long itemCount
)

Parameters

itemCount
Type: SystemInt64
The number of longs, starting at 0, expected

Return Value

Type: Boolean
true if the range collection includes the itemCount longs starting at 0; otherwise, false
See Also