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