Bagikan melalui


NFloat.Log Metode

Definisi

Overload

Log(NFloat)

Menghitung alami (base-E logaritma nilai.

Log(NFloat, NFloat)

Menghitung logaritma nilai dalam basis yang ditentukan.

Log(NFloat)

Sumber:
NFloat.cs
Sumber:
NFloat.cs
Sumber:
NFloat.cs

Menghitung alami (base-E logaritma nilai.

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

Nilai yang logaritma alaminya akan dihitung.

Mengembalikan

Logaritma alami dari x.

Penerapan

Berlaku untuk

Log(NFloat, NFloat)

Sumber:
NFloat.cs
Sumber:
NFloat.cs
Sumber:
NFloat.cs

Menghitung logaritma nilai dalam basis yang ditentukan.

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

Nilai yang logaritmanya akan dihitung.

newBase
NFloat

Dasar di mana logaritma akan dihitung.

Mengembalikan

Basis-newBase logaritma .x

Penerapan

Berlaku untuk