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