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