DiscreteUniform(Int32, Int32) Constructor |
Initializes a new instance of the DiscreteUniform class.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DiscreteUniform(
int lower,
int upper
)
Parameters
- lower Int32
- Lower bound, inclusive. Range: lower ≤ upper.
- upper Int32
- Upper bound, inclusive. Range: lower ≤ upper.
See Also