Click or drag to resize

UniformDistributionSetLimits Method

Sets the lower and upper limits for this distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetLimits(
	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