Gets the lowest possible value.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public int MinValue { get; }
Public ReadOnly Property MinValue As Integer
Get
public:
property int MinValue {
int get ();
}
member MinValue : int with get
Property Value
Type:
Int32The smallest value that has a non-zero probability.
This property is read-only.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference