The minimum value of y.

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

Syntax

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

Field Value

A double containing the minimum data bound for y.

See Also