ArmBase.ReverseElementBits Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ReverseElementBits(Int32) |
A32: RBIT Rd, Rm A64: RBIT Wd, Wn |
ReverseElementBits(UInt32) |
A32: RBIT Rd, Rm A64: RBIT Wd, Wn |
ReverseElementBits(Int32)
A32: RBIT Rd, Rm
A64: RBIT Wd, Wn
public:
static int ReverseElementBits(int value);
public static int ReverseElementBits (int value);
static member ReverseElementBits : int -> int
Public Shared Function ReverseElementBits (value As Integer) As Integer
Parámetros
- value
- Int32
Devoluciones
Se aplica a
ReverseElementBits(UInt32)
A32: RBIT Rd, Rm
A64: RBIT Wd, Wn
public:
static System::UInt32 ReverseElementBits(System::UInt32 value);
public static uint ReverseElementBits (uint value);
static member ReverseElementBits : uint32 -> uint32
Public Shared Function ReverseElementBits (value As UInteger) As UInteger
Parámetros
- value
- UInt32
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.