BigInteger: ShiftLeft

ShiftLeft

Performs a left shift operation on the BigInteger instance.



 Public Function ShiftLeft(
	  ByVal BitCount As Long ) As BigInteger

Parameters

BitCount
[ByVal] Long. The number of bits the value is to be shifted left.

Return Values

BigInteger -  Returns a new BigInteger instance containing the shifted value.

Remarks

If BitCount is negative, then a right shift is performed.

See Also

Project CorLib Overview

Class BigInteger Overview