SpecificationLimits.Lower Property

Gets the lower specification limit (LSL), or null if no lower limit is specified.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public double? Lower { get; }

Property Value

Nullable<Double>

See Also