Class BitwShiftL
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.ValueFunction
org.apache.sysds.runtime.functionobjects.BitwShiftL
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoubleexecute(double in1, double in2) doubleexecute(long in1, long in2) static BitwShiftLMethods inherited from class org.apache.sysds.runtime.functionobjects.ValueFunction
isBinary, requiresCorrection, toString
-
Method Details
-
getBitwShiftLFnObject
-
execute
public double execute(long in1, long in2) - Overrides:
executein classFunctionObject
-
execute
public double execute(double in1, double in2) - Overrides:
executein classFunctionObject
-