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