Поделиться через


ArmBase.Arm64.ReverseElementBits Метод

Определение

Перегрузки

ReverseElementBits(Int64)

A64: RBIT Xd, Xn.

ReverseElementBits(UInt64)

A64: RBIT Xd, Xn.

ReverseElementBits(Int64)

Исходный код:
ArmBase.PlatformNotSupported.cs
Исходный код:
ArmBase.PlatformNotSupported.cs
Исходный код:
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

Параметры

value
Int64

Возвращаемое значение

Применяется к

ReverseElementBits(UInt64)

Исходный код:
ArmBase.PlatformNotSupported.cs
Исходный код:
ArmBase.PlatformNotSupported.cs
Исходный код:
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

Параметры

value
UInt64

Возвращаемое значение

Применяется к