BigInteger LeftShift Operator SSH .NET Client Library Documentation
Shifts a BigInteger value a specified number of bits to the left.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static BigInteger operator <<(
	BigInteger value,
	int shift
)

Return Value

A value that has been shifted to the left by the specified number of bits.
See Also