Decimal64.Log Method

Definition

Overloads

Log(Decimal64)

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

Parameters

Returns

Implements

Applies to

Log(Decimal64, Decimal64)

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

Parameters

newBase
Decimal64

Returns

Implements

Applies to