MathExt: RShift

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.

Remarks

See Also

Project VBCorLib Overview | Class MathExt Overview