| TableOneWayMaximum Property |
The maximum value of x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double Maximum { get; }Public ReadOnly Property Maximum As Double
Get
public:
property double Maximum {
double get ();
}member Maximum : float with get
Property Value
Type:
Double
A
double containing the maximum data bound.
See Also