RangeCollectionIsContiguous Method |
Tells if the range collection contains a continuous set of longs.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsContiguous()
Public Function IsContiguous As Boolean
public:
bool IsContiguous()
member IsContiguous : unit -> bool
Return Value
Type:
Booleantrue if a continuous set; false if empty or if gaps.
See Also