BoundsD3New 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 BoundsD3 New(
	FunVec3<double> lower,
	FunVec3<double> upper
)

Parameters

lower  FunVec3Double
Three-dimensional functional vector to get the lower bounds of the variables.
upper  FunVec3Double
Three-dimensional functional vector to get the upper bounds of the variables.

Return Value

BoundsD3

See Also