Half.Log2P1(Half) Méthode

Définition

Calcule le logarithme en base 2 d’une valeur plus une.

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

Paramètres

x
Half

Valeur à laquelle on est ajouté avant de calculer le logarithme en base 2.

Retours

log2(x + 1)

Implémente

S’applique à