DiscreteUniformDistribution(Int32, Int32) Constructor |
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic DiscreteUniformDistribution(
int lower,
int upper
)
Parameters
- lower Int32
- Lower boundary of the distributed values.
- upper Int32
- Upper boundary of the distributed values.
See Also