Rule Evaluation Context.Compare To Center Line 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#
A positive integer if the point is above the center line, a negative integer if it is below, or zero if it is equal.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public int CompareToCenterLine(
int index
)Parameters
- index Int32
- The zero-based index of the point.
Return Value
Int32A positive integer if the point is above the center line, a negative integer if it is below, or zero if it is equal.