BigInteger Divide Method SSH .NET Client Library Documentation
Divides one System.Numerics.BigInteger value by another and returns the result.

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

public static BigInteger Divide(
	BigInteger dividend,
	BigInteger divisor
)

Return Value

The quotient of the division.
See Also