Shifts a System.Numerics.BigInteger value a specified number of bits to the right.
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 right.
Return Value
A value that has been shifted to the right by the specified number of bits.See Also