|  | Bracket Class | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe Bracket type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Bracket | Constructs a Bracket instance for the given function, starting from the given pair of points. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FInterior | Gets the function encapsulated by this bracket evaluated at this.Interior. | 
|  | FLower | Gets the function encapsulated by this bracket evaluated at the lower bound. | 
|  | Function | Gets the function encapsulated by this bracket. | 
|  | FUpper | Gets the function encapsulated by this bracket evaluated at the upper bound. | 
|  | Interior | 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. | 
|  | Lower | Gets a lower bound on a minimum of this.Function. | 
|  | Upper | Gets an upper bound on a minimum of the function encapsulated by this bracket. | 
 Methods
Methods Remarks
Remarks See Also
See Also