ArmBase.Arm64.ReverseElementBits 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.
Surcharges
ReverseElementBits(Int64) |
A64 : RBIT Xd, Xn. |
ReverseElementBits(UInt64) |
A64 : RBIT Xd, Xn. |
ReverseElementBits(Int64)
A64 : RBIT Xd, Xn.
public:
static long ReverseElementBits(long value);
public static long ReverseElementBits (long value);
static member ReverseElementBits : int64 -> int64
Public Shared Function ReverseElementBits (value As Long) As Long
Paramètres
- value
- Int64
Retours
S’applique à
ReverseElementBits(UInt64)
A64 : RBIT Xd, Xn.
public:
static System::UInt64 ReverseElementBits(System::UInt64 value);
public static ulong ReverseElementBits (ulong value);
static member ReverseElementBits : uint64 -> uint64
Public Shared Function ReverseElementBits (value As ULong) As ULong
Paramètres
- value
- UInt64
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.