Discrete Uniform Distribution.Max Value Property
Gets the exclusive highest possible value.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
One less than the largest value that has a non-zero probability.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MaxValue { get; }
Property Value
Int32One less than the largest value that has a non-zero probability.
Remarks
The highest possible value is one less than MaxValue.
This property is read-only.