Package ortus.boxlang.runtime.operators
Class Negate
java.lang.Object
ortus.boxlang.runtime.operators.Negate
- All Implemented Interfaces:
IOperator
Performs mathematic Negation
a = -num
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Negate
public Negate()
-
-
Method Details
-
invoke
- Parameters:
object
- The object to negate- Returns:
- The result
-