Gets the value of the left-hand endpoint (lower bound).

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

Syntax

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

See Also