DiscreteUniformDistributionIsValidUpperBound Method |
Determines whether the specified value is valid for parameter
UpperBound.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsValidUpperBound(
int value
)
Parameters
- value Int32
- The value to check.
Return Value
Boolean if value is greater than or equal to
LowerBound, and less than
MaxValue; otherwise,
.
See Also