Pointwise Limit Series.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public override Vector<double> Values { get; }Property Value
Vector<Double>Exceptions
| Invalid | The series is in deployed mode. Values are not available when the series is in deployed mode. |