SByte.Log2(SByte) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule le journal2 d’une valeur.
public:
static System::SByte Log2(System::SByte value) = System::Numerics::IBinaryNumber<System::SByte>::Log2;
public static sbyte Log2(sbyte value);
static member Log2 : sbyte -> sbyte
Public Shared Function Log2 (value As SByte) As SByte
Paramètres
- value
- SByte
Valeur dont log2 doit être calculé.
Retours
Journal2 de value.