RShift
Shifts the bits of an integer right.
Public Function RShift(
ByVal Value As Long,
ByVal Count As Long ) As Long
Parameters
- Value
-
[ByVal]
Long.
The value to be shifted right.
- Count
-
[ByVal]
Long.
The number of bits to shift.
Return Values
Long - The newly shifted value.
See Also
Project CorLib Overview
Class CorMath Overview