Returns the product of two System.Numerics.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 Multiply( BigInteger left, BigInteger right )
Parameters
- left
- Type: Renci.SshNet.Common BigInteger
The first number to multiply.
- right
- Type: Renci.SshNet.Common BigInteger
The second number to multiply.
Return Value
The product of the left and right parameters.See Also