Gets the function encapsulated by this bracket evaluated at the upper bound.

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

Syntax

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

See Also