Click or drag to resize

ControlLimits Enumeration

Emum specifics types of control limits.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum ControlLimits
Members
Member nameValueDescription
DoubledEnded0 Includes both upper and lower control limits.
LowerOnly1 Includes on lower control limits.
UpperOnly2 Includes only upper control limits.
See Also