Returns positive remainder that results from division with two specified BigInteger values.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger PositiveMod( BigInteger dividend, BigInteger divisor )
Parameters
- dividend
- Type: Renci.SshNet.Common BigInteger
The value to be divided.
- divisor
- Type: Renci.SshNet.Common BigInteger
The value to divide by.
Return Value
Positive remainder that results from the division.See Also