DiscreteUniformDistribution.MaxValue Property

Gets the exclusive highest possible value.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int MaxValue { get; }

Property Value

Int32
One 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.

See Also