| Int32UniformDistributionMaxValue Property |
Gets or sets the maximum value.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int MaxValue { get; set; }
Public Property MaxValue As Integer
Get
Set
public:
property int MaxValue {
int get ();
void set (int value);
}
member MaxValue : int with get, set
Property Value
Type:
Int32The maximum value. The default is 100.
See Also