Click or drag to resize

BitLShift Function

X#
Overload List
  NameDescription
Public methodStatic memberCode exampleBitLShift(Long, Long)
Moves bits in a numeric value to the left by the specified number of positions and returns the resulting value. If the specified expressions are not integers, they are converted to integers before performing the operation.
Public methodStatic memberCode exampleBitLShift(Usual, Usual)
Moves bits in a numeric value to the left by the specified number of positions and returns the resulting value. If the specified expressions are not integers, they are converted to integers before performing the operation.
Top
See Also