Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static BigInteger operator <<(
	BigInteger bi1,
	int shiftVal
)
Visual Basic
Public Shared Operator << ( _
	bi1 As BigInteger, _
	shiftVal As Integer _
) As BigInteger
Visual C++
public:
static BigInteger^ operator <<(
	BigInteger^ bi1, 
	int shiftVal
)

See Also