CorMath: LShift

LShift

Shifts the bits of an integer left.



 Public Function LShift(
	  ByVal Value As Long,
	  ByVal Count As Long ) As Long

Parameters

Value
[ByVal] Long. The value to be shifted left.
Count
[ByVal] Long. The number of bits to shift.

Return Values

Long -  The newly shifted value.

See Also

Project CorLib Overview

Class CorMath Overview