ILogarithmicFunctions<TSelf>.Log Methode

Definition

Überlädt

Name Beschreibung
Log(TSelf)

Berechnet den natürlichen (base-E Logarithmus eines Werts).

Log(TSelf, TSelf)

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

Log(TSelf)

Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs

Berechnet den natürlichen (base-E Logarithmus eines Werts).

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

Parameter

x
TSelf

Der Wert, dessen natürlicher Logarithmus berechnet werden soll.

Gibt zurück

TSelf

Der natürliche Logarithmus von x.

Gilt für:

Log(TSelf, TSelf)

Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs
Quelle:
ILogarithmicFunctions.cs

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

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

Parameter

x
TSelf

Der Wert, dessen Logarithmus berechnet werden soll.

newBase
TSelf

Die Basis, in der der Logarithmus berechnet werden soll.

Gibt zurück

TSelf

Der LogarithmusnewBase von x.

Gilt für: