BigInteger Division Operator SSH .NET Client Library Documentation
Divides a specified BigInteger value by another specified BigInteger value by using integer division.

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 dividend,
	BigInteger divisor
)

Return Value

The integral result of the division.
See Also