BigInteger Remainder Method SSH .NET Client Library Documentation
Performs integer division on two System.Numerics.BigInteger values and returns the remainder.

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

public static BigInteger Remainder(
	BigInteger dividend,
	BigInteger divisor
)

Return Value

The remainder after dividing dividend by divisor.
See Also