Adds two System.Numerics.BigInteger values 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 Add( BigInteger left, BigInteger right )
Parameters
- left
- Type: Renci.SshNet.Common BigInteger
The first value to add.
- right
- Type: Renci.SshNet.Common BigInteger
The second value to add.
Return Value
The sum of left and right.See Also