ILogarithmicFunctions<TSelf>.Log Methode

Definition

Überlädt

Log(TSelf)

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

Log(TSelf, TSelf)

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

Log(TSelf)

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

public:
 static TSelf Log(TSelf x);
public static 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ürliches Logarithmus berechnet werden soll.

Gibt zurück

TSelf

Der natürliche Logarithmus von x.

Gilt für

Log(TSelf, TSelf)

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

public:
 static TSelf Log(TSelf x, TSelf newBase);
public static 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 Logarithm berechnet werden soll.

newBase
TSelf

Die Basis, in der der Logarithmus berechnet werden soll.

Gibt zurück

TSelf

Der BasisprotokollarithmusnewBase von x.

Gilt für