ILogarithmicFunctions<TSelf>.Log Méthode

Définition

Surcharges

Nom Description
Log(TSelf)

Calcule le logarithme naturel d’unebase-E valeur.

Log(TSelf, TSelf)

Calcule le logarithme d’une valeur dans la base spécifiée.

Log(TSelf)

Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs

Calcule le logarithme naturel d’unebase-E valeur.

public:
 static TSelf Log(TSelf x);
public static abstract TSelf Log(TSelf x);
static member Log : 'Self -> 'Self
Public Shared Function Log (x As TSelf) As TSelf

Paramètres

x
TSelf

Valeur dont le logarithme naturel doit être calculé.

Retours

TSelf

Logarithme naturel de x.

S’applique à

Log(TSelf, TSelf)

Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs
Source:
ILogarithmicFunctions.cs

Calcule le logarithme d’une valeur dans la base spécifiée.

public:
 static TSelf Log(TSelf x, TSelf newBase);
public static abstract TSelf Log(TSelf x, TSelf newBase);
static member Log : 'Self * 'Self -> 'Self
Public Shared Function Log (x As TSelf, newBase As TSelf) As TSelf

Paramètres

x
TSelf

Valeur dont le logarithme doit être calculé.

newBase
TSelf

Base dans laquelle le logarithme doit être calculé.

Retours

TSelf

Logarithme de basenewBase de x.

S’applique à