BigInteger RightShift Operator SSH .NET Client Library Documentation
Shifts a System.Numerics.BigInteger value a specified number of bits to the right.

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 right by the specified number of bits.
See Also