| UniformDistributionDMinValue Property |
Gets or sets the minimum value.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public double MinValue { get; set; }
Public Property MinValue As Double
Get
Set
public:
property double MinValue {
double get ();
void set (double value);
}
member MinValue : float with get, set
Property Value
Type:
DoubleThe minimum value. The default is -1.
See Also