Discrete Uniform Distribution.Max Value Property
Gets the exclusive highest possible value.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
One less than the largest value that has a non-zero probability.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.