Gets or sets the maximum value.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.7.0.0 (1.7.0.9486)

Syntax

C#
public int MaxValue { get; set; }
Visual Basic
Public Property MaxValue As Integer
	Get
	Set
Visual C++
public:
property int MaxValue {
	int get ();
	void set (int value);
}

Field Value

The maximum value. The default is 100.

See Also