PointwiseLimitSeries.Values Property

Gets the analyzed data points for this series.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public override Vector<double> Values { get; }

Property Value

Vector<Double>

Exceptions

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

See Also