RuleEvaluationContext.GetPoint 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#
public double GetPoint(
	int index
)

Parameters

index  Int32
The zero-based index of the point.

Return Value

Double
The value at index.

See Also