Double.Log10(Double) Methode

Definition

Berechnet den Logarithmus der Basis 10 eines Werts.

public:
 static double Log10(double x) = System::Numerics::ILogarithmicFunctions<double>::Log10;
public static double Log10(double x);
static member Log10 : double -> double
Public Shared Function Log10 (x As Double) As Double

Parameter

x
Double

Der Wert, dessen Logarithmus base-10 berechnet werden soll.

Gibt zurück

Der Logarithmus der Basis 10 .x

Implementiert

Gilt für: