Click or drag to resize

UniformDistribution(Double, Double) Constructor

Constructs an UniformDistribution instance with the given upper and lower limits.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public UniformDistribution(
	double lowerLimit,
	double upperLimit
)

Parameters

lowerLimit  Double
The lower limit for the distribution.
upperLimit  Double
The upper limit for the distribution.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the upper and lower limits are the same.
See Also