ArmBase.Arm64.ReverseElementBits Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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
Parametry
- value
- Int64
Návraty
Platí pro
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
Parametry
- value
- UInt64
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.