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

Définition

Calcule le logarithme en base 2 d’une valeur.

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

Paramètres

x
TSelf

Valeur dont le logarithme en base 2 doit être calculé.

Retours

TSelf

Logarithme de base 2 de x.

S’applique à