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