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

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

Реализации

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