Decimal64.Log Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| Log(Decimal64) | |
| Log(Decimal64, Decimal64) |
Log(Decimal64)
- Исходный код:
- 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
Параметры
Возвращаемое значение
Реализации
Применяется к
Log(Decimal64, Decimal64)
- Исходный код:
- 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
Параметры
- newBase
- Decimal64