Gets the lower bound.

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

Syntax

C#
public float Lower { get; internal set; }
Visual Basic (Declaration)
Public Property Lower As Single
Visual C++
public:
property float Lower {
	float get ();
	void set (float value);
}

See Also