Decimal128.Log Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Log(Decimal128, Decimal128) | |
| Log(Decimal128) |
Log(Decimal128, Decimal128)
- Origine:
- Decimal128.cs
public:
static System::Numerics::Decimal128 Log(System::Numerics::Decimal128 x, System::Numerics::Decimal128 newBase) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal128>::Log;
public static System.Numerics.Decimal128 Log(System.Numerics.Decimal128 x, System.Numerics.Decimal128 newBase);
static member Log : System.Numerics.Decimal128 * System.Numerics.Decimal128 -> System.Numerics.Decimal128
Public Shared Function Log (x As Decimal128, newBase As Decimal128) As Decimal128
Parametri
- newBase
- Decimal128
Valori restituiti
Implementazioni
Si applica a
Log(Decimal128)
- Origine:
- Decimal128.cs
public:
static System::Numerics::Decimal128 Log(System::Numerics::Decimal128 x) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal128>::Log;
public static System.Numerics.Decimal128 Log(System.Numerics.Decimal128 x);
static member Log : System.Numerics.Decimal128 -> System.Numerics.Decimal128
Public Shared Function Log (x As Decimal128) As Decimal128