MathExprDivision Operator

Divides a linear expression by a scalar; and returns the resulting linear expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static MathExpr operator /(
	MathExpr left,
	Sca right
)

Parameters

left  MathExpr
Lhs.
right  Sca
Rhs.

Return Value

MathExpr

See Also