The maximum value of x.

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

Syntax

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

Field Value

A double containing the maximum data bound for x.

See Also