Gets the lower limit for the distribution.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double LowerLimit { get; }
Visual Basic (Declaration)
Public ReadOnly Property LowerLimit As Double
Visual C++
public:
property double LowerLimit {
	double get ();
}

See Also