MathExt: 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.

Remarks

See Also

Project VBCorLib Overview | Class MathExt Overview