MathExpr   Conversion (Set to MathExpr)

Implicitly converts the set into a scalar and then into a linear expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static implicit operator MathExpr (
	Set set
)

Parameters

set  Set
Scalar.

Return Value

MathExpr

See Also