Partager via


Half.Log10P1(Half) Méthode

Définition

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

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

Paramètres

x
Half

Retours

Half

log10(x + 1)

Implémente

S’applique à