Complex.Log10(Complex) Metod

Definition

Returnerar logaritmen base-10 för ett angivet komplext tal.

public:
 static System::Numerics::Complex Log10(System::Numerics::Complex value);
public static System.Numerics.Complex Log10(System.Numerics.Complex value);
static member Log10 : System.Numerics.Complex -> System.Numerics.Complex
Public Shared Function Log10 (value As Complex) As Complex

Parametrar

value
Complex

Ett komplext tal.

Returer

Logaritmen base-10 för value.

Kommentarer

Metoden Log10 för komplexa tal motsvarar Math.Log10 metoden för verkliga tal.

Gäller för