RuleEvaluationContext.IsBelowLowerControlLimit Method

Returns whether the point at the specified index is strictly below the lower control limit.

Definition

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

Parameters

index  Int32
The zero-based index of the point.

Return Value

Boolean

See Also