Divides a specified BigInteger value by another specified BigInteger value by using integer division.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger operator /( 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
The integral result of the division.See Also