Discrete Uniform Distribution.Min Value Property
Gets the lowest possible value.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The smallest value that has a non-zero probability.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int MinValue { get; }
Property Value
Int32The smallest value that has a non-zero probability.
Remarks
This property is read-only.