DiscreteUniformDistribution.MinValue Property

Gets the lowest possible value.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int MinValue { get; }

Property Value

Int32
The smallest value that has a non-zero probability.

Remarks

This property is read-only.

See Also