Decimal32.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
| Nom | Description |
|---|---|
| Log(Decimal32) | |
| Log(Decimal32, Decimal32) |
Log(Decimal32)
- Source:
- Decimal32.cs
public:
static System::Numerics::Decimal32 Log(System::Numerics::Decimal32 x) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal32>::Log;
public static System.Numerics.Decimal32 Log(System.Numerics.Decimal32 x);
static member Log : System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Log (x As Decimal32) As Decimal32
Paramètres
Retours
Implémente
S’applique à
Log(Decimal32, Decimal32)
- Source:
- Decimal32.cs
public:
static System::Numerics::Decimal32 Log(System::Numerics::Decimal32 x, System::Numerics::Decimal32 newBase) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal32>::Log;
public static System.Numerics.Decimal32 Log(System.Numerics.Decimal32 x, System.Numerics.Decimal32 newBase);
static member Log : System.Numerics.Decimal32 * System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Log (x As Decimal32, newBase As Decimal32) As Decimal32
Paramètres
- newBase
- Decimal32