Returns the maximum.

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

Syntax

C#
public double GetMaximum()
Visual Basic (Declaration)
Public Function GetMaximum As Double
Visual C++
public:
double GetMaximum()

Return Value

A double representing the maximum.

See Also