Gets and set the upper bound for this generator.

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

Syntax

C#
public double UpperBound { get; set; }
Visual Basic (Declaration)
Public Property UpperBound As Double
Visual C++
public:
property double UpperBound {
	double get ();
	void set (double value);
}

See Also