Returns the base 10 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 Log10( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
A number whose logarithm is to be found.
Return Value
The base 10 logarithm of value, as shown in the table in the Remarks section.See Also