Gets the lower bound for the distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also