Shifts a BigInteger value a specified number of bits to the left.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger operator <<( BigInteger value, int shift )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The value whose bits are to be shifted.
- shift
- Type:
System Int32
The number of bits to shift value to the left.
Return Value
A value that has been shifted to the left by the specified number of bits.See Also