Complex::Log Method (Complex, Double)

 

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

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

public:
static Complex Log(
	Complex value,
	double baseValue
)

Parameters

value
Type: System.Numerics::Complex

A complex number.

baseValue
Type: System::Double

The base of the logarithm.

Return Value

Type: System.Numerics::Complex

The logarithm of value in base baseValue.

The Log(Complex, Double) method for complex numbers corresponds to the Math::Log(Double, Double) method for real numbers.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Return to top
Show: