Partager via


Half.Log10(Half) Méthode

Définition

Calcule le logarithme de base 10 d’une valeur.

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

Paramètres

x
Half

Retours

Half

Logarithme de base 10 de x.

Implémente

S’applique à