Decimal32.Log Method

Definition

Overloads

Log(Decimal32)

Source:
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

Parameters

Returns

Implements

Applies to

Log(Decimal32, Decimal32)

Source:
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

Parameters

newBase
Decimal32

Returns

Implements

Applies to