ArmBase.Arm64.ReverseElementBits Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- value
- Int64
Retornos
Aplica-se a
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
Parâmetros
- value
- UInt64
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.