Gets the maximum range value.

Namespace:  PerpetuumSoft.Framework.Expressions
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public double Maximum { get; }
Visual Basic (Declaration)
Public ReadOnly Property Maximum As Double
Visual C++
public:
property double Maximum {
	double get ();
}

See Also