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

Définition

Calcule le journal2 d’une valeur.

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

Paramètres

value
TSelf

Valeur dont log2 doit être calculé.

Retours

TSelf

Log2 de value.

S’applique à