A double which contains the maximum value of this set.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

See Also