Decimal128.Log Метод

Определение

Перегрузки

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

Параметры

Возвращаемое значение

Реализации

Применяется к