Complex.Log10 Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the base-10 logarithm of a specified complex number.
Namespace: System.Numerics
Assembly: System.Numerics (in System.Numerics.dll)
Syntax
'Declaration
Public Shared Function Log10 ( _
value As Complex _
) As Complex
public static Complex Log10(
Complex value
)
Parameters
- value
Type: System.Numerics.Complex
A complex number.
Return Value
Type: System.Numerics.Complex
The base-10 logarithm of value.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.