ArmBase.Arm64.ReverseElementBits Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ReverseElementBits(Int64) |
A64: RBIT Xd, Xn. |
ReverseElementBits(UInt64) |
A64: RBIT Xd, Xn. |
ReverseElementBits(Int64)
- Origine:
- ArmBase.PlatformNotSupported.cs
- Origine:
- ArmBase.PlatformNotSupported.cs
- Origine:
- ArmBase.PlatformNotSupported.cs
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
Parametri
- value
- Int64
Restituisce
Si applica a
ReverseElementBits(UInt64)
- Origine:
- ArmBase.PlatformNotSupported.cs
- Origine:
- ArmBase.PlatformNotSupported.cs
- Origine:
- ArmBase.PlatformNotSupported.cs
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
Parametri
- value
- UInt64
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.