Single.Log10P1(Single) Méthode

Définition

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

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

Paramètres

x
Single

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

Retours

log10(x + 1)

Implémente

S’applique à