Decimal128.Log Method

Definition

Overloads

Log(Decimal128, Decimal128)

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

Parameters

newBase
Decimal128

Returns

Implements

Applies to

Log(Decimal128)

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

Parameters

Returns

Implements

Applies to