Decimal128.Log Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Log(Decimal128, Decimal128) | |
| Log(Decimal128) |
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