Decimal32.Log Méthode

Définition

Surcharges

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

Paramètres

Retours

Implémente

S’applique à

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

Paramètres

newBase
Decimal32

Retours

Implémente

S’applique à