Share via


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

Return Value

Type: System.Numerics.Complex
The base-10 logarithm of value.

Remarks

The Log10 method for complex numbers corresponds to the Math.Log10 method for real numbers.

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.