RuleEvaluationContext.CompareToCenterLine Method

Returns the sign of the difference between the point at the specified index and the center line.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public int CompareToCenterLine(
	int index
)

Parameters

index  Int32
The zero-based index of the point.

Return Value

Int32
A positive integer if the point is above the center line, a negative integer if it is below, or zero if it is equal.

See Also