ILogarithmicFunctions<TSelf>.Log10(TSelf) Methode

Definition

Berechnet den Basis-10-Logarithmus eines Werts.

public:
 static TSelf Log10(TSelf x);
public static abstract TSelf Log10 (TSelf x);
static member Log10 : 'Self -> 'Self
Public Shared Function Log10 (x As TSelf) As TSelf

Parameter

x
TSelf

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

Gibt zurück

TSelf

Der Logarithmus zur Basis 10 von x.

Gilt für: