Half.Log Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Log(Half) |
Calcule le logarithme naturel (logarithme |
Log(Half, Half) |
Calcule le logarithme d’une valeur dans la base spécifiée. |
Log(Half)
Calcule le logarithme naturel (logarithme de base-E
d’une valeur).
public:
static Half Log(Half x) = System::Numerics::ILogarithmicFunctions<Half>::Log;
public static Half Log (Half x);
static member Log : Half -> Half
Public Shared Function Log (x As Half) As Half
Paramètres
- x
- Half
Retours
Logarithme népérien de x
.
Implémente
S’applique à
Log(Half, Half)
Calcule le logarithme d’une valeur dans la base spécifiée.
public:
static Half Log(Half x, Half newBase) = System::Numerics::ILogarithmicFunctions<Half>::Log;
public static Half Log (Half x, Half newBase);
static member Log : Half * Half -> Half
Public Shared Function Log (x As Half, newBase As Half) As Half
Paramètres
- x
- Half
- newBase
- Half
Retours
Logarithme de basenewBase
de x
.