ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Méthode

Définition

Calcule le logarithme de base 2 d’une valeur plus un.

public:
 static override TSelf Log2P1(TSelf x);
public static virtual TSelf Log2P1 (TSelf x);
static member Log2P1 : 'Self -> 'Self
Public Shared Overrides Function Log2P1 (x As TSelf) As TSelf

Paramètres

x
TSelf

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

Retours

TSelf

log2(x + 1)

S’applique à