Gets an upper bound on a minimum of the function encapsulated by this bracket.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also