Single.LogP1(Single) Yöntem

Tanım

Bir değerin ve bir değerin doğal (base-E) logaritması hesaplanır.

public:
 static float LogP1(float x) = System::Numerics::ILogarithmicFunctions<float>::LogP1;
public static float LogP1 (float x);
static member LogP1 : single -> single
Public Shared Function LogP1 (x As Single) As Single

Parametreler

x
Single

Doğal logaritmayı hesaplamadan önce birinin eklendiği değer.

Döndürülenler

loge(x + 1)

Uygulamalar

Şunlara uygulanır