CrGlobal: BitShiftRight

BitShiftRight

perform right bit-wise shift operation

 Public Function BitShiftRight(
	  ByVal Value As Variant,
	  ByVal ShiftBits As Integer ) As Variant

Parameters

Value
[ByVal] Variant. integer value (see module notes)
ShiftBits
[ByVal] Integer. number of bits to shift

Return Values

Variant -  resulting integer value (see module notes)

Remarks

See Also

Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods BitShiftLeft BitValue