Package ortus.boxlang.runtime.operators
Class Divide
java.lang.Object
ortus.boxlang.runtime.operators.Divide
- All Implemented Interfaces:
IOperator
Performs Math Divide
a = 10 / 2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Divide
public Divide()
-
-
Method Details
-
invoke
- Parameters:
left
- The left operandright
- The right operand- Returns:
- The the result
-
invoke
Apply this operator to an object/key and set the new value back in the same object/key- Returns:
- The result
-