Returns the natural (base e) logarithm of a specified number.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static double Log( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The number whose logarithm is to be found.
Return Value
The natural (base e) logarithm of value, as shown in the table in the Remarks section.See Also