Single.Log10(Single) Méthode

Définition

Calcule le logarithme de base 10 d’une valeur.

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

Paramètres

x
Single

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

Retours

Logarithme de base 10 de x.

Implémente

S’applique à