Decimal32.Log Метод

Определение

Перегрузки

Имя Описание
Log(Decimal32)
Log(Decimal32, Decimal32)

Log(Decimal32)

Исходный код:
Decimal32.cs
public:
 static System::Numerics::Decimal32 Log(System::Numerics::Decimal32 x) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal32>::Log;
public static System.Numerics.Decimal32 Log(System.Numerics.Decimal32 x);
static member Log : System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Log (x As Decimal32) As Decimal32

Параметры

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

Реализации

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

Log(Decimal32, Decimal32)

Исходный код:
Decimal32.cs
public:
 static System::Numerics::Decimal32 Log(System::Numerics::Decimal32 x, System::Numerics::Decimal32 newBase) = System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal32>::Log;
public static System.Numerics.Decimal32 Log(System.Numerics.Decimal32 x, System.Numerics.Decimal32 newBase);
static member Log : System.Numerics.Decimal32 * System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Log (x As Decimal32, newBase As Decimal32) As Decimal32

Параметры

newBase
Decimal32

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

Реализации

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