ILogarithmicFunctions<TSelf>.Log10(TSelf) Methode

Definition

Berechnet den Logarithmus der Basis 10 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 Logarithmus base-10 berechnet werden soll.

Gibt zurück

TSelf

Der Logarithmus der Basis 10 .x

Gilt für: