Specification Limits Constructor
Initializes a new instance of SpecificationLimits with the
specified limits and optional target.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public SpecificationLimits(
double? Lower,
double? Upper,
double? Target = null
)Parameters
Exceptions
| Argument | Both Lower and Upper are null. -or- Lower is greater than or equal to Upper when both are specified. |
| Argument | Lower, Upper, or Target is not a finite number. |