Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
operator/
Overloaded operator to divide a variable or expression by a constant.
GRBLinExpr | operator/ ( | GRBVar | x, |
double | a ) |
-
Arguments:
x: Variable.
a: Constant divisor.
Return value:
Expression that represents the result of dividing the variable by a constant.
GRBLinExpr | operator/ ( | const GRBLinExpr& | expr, |
double | a ) |
-
Arguments:
expr: Expression.
a: Constant divisor.
Return value:
Expression that represents the result of dividing the expression by a constant.
GRBLinExpr | operator/ ( | const GRBQuadExpr& | expr, |
double | a ) |
-
Arguments:
expr: Expression.
a: Constant divisor.
Return value:
Expression that represents the result of dividing the expression by a constant.