Click or drag to resize
RangeCollectionIsContiguous Method
Tells if the range collection contains a continuous set of longs.

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

Return Value

Type: Boolean
true if a continuous set; false if empty or if gaps.
See Also