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