| Int32UniformDistributionMinValue 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 int MinValue { get; set; }
Public Property MinValue As Integer
Get
Set
public:
property int MinValue {
int get ();
void set (int value);
}
member MinValue : int with get, set
Property Value
Type:
Int32The minimum value. The default is 0.
See Also