Partager via


Double.Log10P1(Double) Méthode

Définition

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

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

Paramètres

x
Double

Retours

Double

log10(x + 1)

Implémente

S’applique à