Share via


ILogarithmicFunctions<TSelf>.Log10(TSelf) Méthode

Définition

Calcule le logarithme de base 10 d’une valeur.

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

Paramètres

x
TSelf

Valeur dont le logarithme de base 10 doit être calculé.

Retours

TSelf

Logarithme de base 10 de x.

S’applique à