Partage via


Half.LogP1(Half) Méthode

Définition

Calcule le logarithme naturel (base-E) d’une valeur plus un.

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

Paramètres

x
Half

Retours

Half

loge(x + 1)

Implémente

S’applique à