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