Determine if a Location is contiguous.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public bool IsContiguous { get; }

Return Value

true if and only if this ILocation contains every point from Min to Max inclusive.

Implements

ILocation..::.IsContiguous

See Also