Subset.IsContiguous Property

Gets whether the subset selects a contiguous range which may wrap around the end of the collection.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsContiguous { get; }

Property Value

Boolean

See Also