UIntPtr.Log2(UIntPtr) Méthode

Définition

Calcule le journal2 d’une valeur.

public:
 static UIntPtr Log2(UIntPtr value) = System::Numerics::IBinaryNumber<UIntPtr>::Log2;
public static UIntPtr Log2 (UIntPtr value);
static member Log2 : unativeint -> unativeint
Public Shared Function Log2 (value As UIntPtr) As UIntPtr

Paramètres

value
UIntPtr

unativeint

Retours

UIntPtr

unativeint

Journal2 de value.

Implémente

S’applique à