Complex.Log Method (Complex, Double)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the logarithm of a specified complex number in a specified base.

Namespace:  System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

Syntax

'Declaration
Public Shared Function Log ( _
    value As Complex, _
    baseValue As Double _
) As Complex
public static Complex Log(
    Complex value,
    double baseValue
)

Parameters

Return Value

Type: System.Numerics.Complex
The logarithm of value in base baseValue.

Remarks

The Log(Complex, Double) method for complex numbers corresponds to the Math.Log(Double, Double) 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.