Package ortus.boxlang.runtime.operators
Class BitwiseSignedRightShift
java.lang.Object
ortus.boxlang.runtime.operators.BitwiseSignedRightShift
- All Implemented Interfaces:
IOperator
Performs BitwiseSignedRightShift
z = x b>> y
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwiseSignedRightShift
public BitwiseSignedRightShift()
-
-
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
-