Package ortus.boxlang.runtime.operators
Class Multiply
java.lang.Object
ortus.boxlang.runtime.operators.Multiply
- All Implemented Interfaces:
IOperator
Performs Math Multiply
a = b * c
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Multiply
public Multiply()
-
-
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
-