|  | RandGenUniformUpperBound Property | 
            Gets and set the upper bound for this generator.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double UpperBound { get; set; }Public Property UpperBound As Double
	Get
	Set
public:
property double UpperBound {
	double get ();
	void set (double value);
}member UpperBound : float with get, set
Property Value
Double See Also
See Also