Single.LogP1(Single) Methode

Definition

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

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

Parameter

x
Single

Der Wert, dem vor dem Berechnen des natürlichen Logarithmus hinzugefügt wird.

Gibt zurück

loge(x + 1)

Implementiert

Gilt für: