Decimal64.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(Decimal64) | |
| Log(Decimal64, Decimal64) |
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