BoundsD0New Method

Creates new bounds with given lower and upper bounds.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static BoundsD0 New(
	Func<double> lower,
	Func<double> upper
)

Parameters

lower  FuncDouble
Function to get the lower bound.
upper  FuncDouble
Function to get the upper bound.

Return Value

BoundsD0

See Also