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.1.5
    C#
    
 
 
The smallest value that has a non-zero probability.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public int MinValue { get; }Property Value
Int32The smallest value that has a non-zero probability.
Remarks
This property is read-only.