NFloat.Log Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Log(NFloat) |
Bir değerin doğal ( |
Log(NFloat, NFloat) |
Belirtilen tabandaki bir değerin logaritması hesaplanır. |
Log(NFloat)
- Kaynak:
- NFloat.cs
- Kaynak:
- NFloat.cs
- Kaynak:
- NFloat.cs
Bir değerin doğal (base-E
logaritması hesaplar.
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
Parametreler
- x
- NFloat
Doğal logaritması hesaplanacak olan değer.
Döndürülenler
x
doğal logaritması.
Uygulamalar
Şunlara uygulanır
Log(NFloat, NFloat)
- Kaynak:
- NFloat.cs
- Kaynak:
- NFloat.cs
- Kaynak:
- NFloat.cs
Belirtilen tabandaki bir değerin logaritması hesaplanır.
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
Parametreler
- x
- NFloat
Logaritması hesaplanacak olan değer.
- newBase
- NFloat
Logaritmasın hesaplanması gereken temel.
Döndürülenler
x
tabanı-newBase
logaritması.