ContinuousUniform(Double, Double) Constructor |
Initializes a new instance of the ContinuousUniform class with given lower and upper bounds.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ContinuousUniform(
double lower,
double upper
)
Parameters
- lower Double
- Lower bound. Range: lower ≤ upper.
- upper Double
- Upper bound. Range: lower ≤ upper.
Exceptions Exception | Condition |
---|
ArgumentException | If the upper bound is smaller than the lower bound. |
See Also