Click or drag to resize

BracketInterior Property

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Interior { get; }

Property Value

Double
See Also