Share via


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

Définition

Calcule le logarithme de base 10 d’une valeur plus un.

public:
 static override TSelf Log10P1(TSelf x);
public static virtual TSelf Log10P1 (TSelf x);
static member Log10P1 : 'Self -> 'Self
Public Shared Overrides Function Log10P1 (x As TSelf) As TSelf

Paramètres

x
TSelf

Valeur à laquelle un est ajouté avant de calculer le logarithme de base 10.

Retours

TSelf

log10(x + 1)

S’applique à