Rule Evaluation Context.Get Point Method
Gets the value of the chart statistic at the specified index.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
The value at index.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public double GetPoint(
int index
)Parameters
- index Int32
- The zero-based index of the point.
Return Value
DoubleThe value at index.