ArmBase.Arm64.ReverseElementBits Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- value
- Int64
Returns
Applies to
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
Parameters
- value
- UInt64
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.