Raises a System.Numerics.BigInteger value to the power of a specified value.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger Pow( BigInteger value, int exponent )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The number to raise to the exponent power.
- exponent
- Type:
System Int32
The exponent to raise value by.
Return Value
The result of raising value to the exponent power.See Also