Subtracts one System.Numerics.BigInteger value from another and returns the result.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger Subtract( BigInteger left, BigInteger right )
Parameters
- left
- Type: Renci.SshNet.Common BigInteger
The value to subtract from (the minuend).
- right
- Type: Renci.SshNet.Common BigInteger
The value to subtract (the subtrahend).
Return Value
The result of subtracting right from left.See Also