Click or drag to resize

Bracket Properties

The Bracket type exposes the following members.

Properties
 NameDescription
Public propertyFInterior Gets the function encapsulated by this bracket evaluated at this.Interior.
Public propertyFLower Gets the function encapsulated by this bracket evaluated at the lower bound.
Public propertyFunction Gets the function encapsulated by this bracket.
Public propertyFUpper Gets the function encapsulated by this bracket evaluated at the upper bound.
Public propertyInterior 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.
Public propertyLower Gets a lower bound on a minimum of this.Function.
Public propertyUpper Gets an upper bound on a minimum of the function encapsulated by this bracket.
Top
See Also