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