Half.LogP1(Half) Methode

Definition

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

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

Parameter

x
Half

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

Gibt zurück

loge(x + 1)

Implementiert

Gilt für: