Gets a point between the lower and upper bounds, such that f(Interior) < f(Lower) and f(Interior) < f(Upper), where f is the function encapsulated by this bracket.

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

Syntax

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

See Also