Click or drag to resize

RandGenTriangularSetParameters Method

Sets the lower bound, upper bound, and mode for the distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetParameters(
	double lb,
	double ub,
	double m
)

Parameters

lb  Double
The lower bound.
ub  Double
The upper bound.
m  Double
The mode.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the lower bound, upper bound, and mode are not distinct, or if the mode is not strictly between the lower and upper bounds.
See Also