ArmBase.Arm64.ReverseElementBits 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- value
- Int64
傳回
適用於
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
參數
- value
- UInt64