NFloat.Log Methode

Definition

Überlädt

Log(NFloat)

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

Log(NFloat, NFloat)

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

Log(NFloat)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

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

public:
 static System::Runtime::InteropServices::NFloat Log(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log;
public static System.Runtime.InteropServices.NFloat Log (System.Runtime.InteropServices.NFloat x);
static member Log : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log (x As NFloat) As NFloat

Parameter

x
NFloat

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

Gibt zurück

Der natürliche Logarithmus von x.

Implementiert

Gilt für:

Log(NFloat, NFloat)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

Berechnet den Logarithmus eines Werts in der angegebenen Basis.

public:
 static System::Runtime::InteropServices::NFloat Log(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat newBase) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log;
public static System.Runtime.InteropServices.NFloat Log (System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat newBase);
static member Log : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log (x As NFloat, newBase As NFloat) As NFloat

Parameter

x
NFloat

Der Wert, dessen Logarithmus berechnet werden soll.

newBase
NFloat

Die Basis, in der der Logarithmus berechnet werden soll.

Gibt zurück

Der BasislogarithmusnewBase von x.

Implementiert

Gilt für: