PointwiseLimitSeries.Index Property

Gets the index that provides labels or positions for the analyzed data points, or null if no index was supplied.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public override IIndex? Index { get; }

Property Value

IIndex

Exceptions

InvalidOperationException The series is in deployed mode. Index is not available when the series is in deployed mode.

See Also