ShiftLeft
Performs a left shift operation on an Int64.
Public Function ShiftLeft(
ByRef Value As Int64,
ByVal BitCount As Long ) As Int64
Parameters
- Value
-
[ByRef]
Int64.
The to shift left.
- BitCount
-
[ByVal]
Long.
The number of bits the value is to be shifted left.
Return Values
Int64 - Returns a new Int64 containing the shifted value.
Remarks
If BitCount is negative, then a right shift is performed.
See Also
Project CorLib Overview
Class Int64Static Overview
ShiftRight