Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper].

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

Syntax

C#
public void SetRange(
	float lower,
	float upper
)
Visual Basic (Declaration)
Public Sub SetRange ( _
	lower As Single, _
	upper As Single _
)
Visual C++
public:
void SetRange(
	float lower, 
	float upper
)

Parameters

lower
Type: System..::.Single
Lower bound.
upper
Type: System..::.Single
Upper bound.

See Also