Click or drag to resize

UniformDistribution Constructor

Initializes a new instance of the UniformDistribution class defined on an interval having the specified lower and upper bounds.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public UniformDistribution(
	double lowerBound,
	double upperBound
)

Parameters

lowerBound
Type: SystemDouble
The interval lower bound.
upperBound
Type: SystemDouble
The interval upper bound.
Exceptions
ExceptionCondition
ArgumentExceptionupperBound is not greater than lowerBound.
See Also