BoundsD0New Method
Creates new bounds with given lower and upper bounds.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static BoundsD0 New(
Func<double> lower,
Func<double> upper
)
- lower FuncDouble
- Function to get the lower bound.
- upper FuncDouble
- Function to get the upper bound.
BoundsD0