Sve.ReverseBits Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| ReverseBits(Vector<UInt64>) |
svuint64_t svrbit[_u64]_m(svuint64_t inativo, svbool_t pg, svuint64_t op) svuint64_t svrbit[_u64]_x(svbool_t pg, svuint64_t op) svuint64_t svrbit[_u64]_z(svbool_t pg, svuint64_t op) RBIT Zresult.D, Pg/M, Zop.D |
| ReverseBits(Vector<UInt32>) |
svuint32_t svrbit[_u32]_m(svuint32_t inativo, svbool_t pg, svuint32_t op) svuint32_t svrbit[_u32]_x(svbool_t pg, svuint32_t op) svuint32_t svrbit[_u32]_z(svbool_t pg, svuint32_t op) RBIT Zresult.S, Pg/M, Zop.S |
| ReverseBits(Vector<UInt16>) |
svuint16_t svrbit[_u16]_m(svuint16_t inativo, svbool_t pg, svuint16_t op) svuint16_t svrbit[_u16]_x(svbool_t pg, svuint16_t op) svuint16_t svrbit[_u16]_z(svbool_t pg, svuint16_t op) RBIT Zresult.H, Pg/M, Zop.H |
| ReverseBits(Vector<SByte>) |
svint8_t svrbit[_s8]_m(svint8_t inativo, svbool_t pg, svint8_t op) svint8_t svrbit[_s8]_x(svbool_t pg, svint8_t op) svint8_t svrbit[_s8]_z(svbool_t pg, svint8_t op) RBIT Zresult.B, Pg/M, Zop.B |
| ReverseBits(Vector<Byte>) |
svuint8_t svrbit[_u8]_m(svuint8_t inativo, svbool_t pg, svuint8_t op) svuint8_t svrbit[_u8]_x(svbool_t pg, svuint8_t op) svuint8_t svrbit[_u8]_z(svbool_t pg, svuint8_t op) RBIT Zresult.B, Pg/M, Zop.B |
| ReverseBits(Vector<Int32>) |
svint32_t svrbit[_s32]_m(svint32_t inativo, svbool_t pg, svint32_t op) svint32_t svrbit[_s32]_x(svbool_t pg, svint32_t op) svint32_t svrbit[_s32]_z(svbool_t pg, svint32_t op) RBIT Zresult.S, Pg/M, Zop.S |
| ReverseBits(Vector<Int64>) |
svint64_t svrbit[_s64]_m(svint64_t inativo, svbool_t pg, svint64_t op) svint64_t svrbit[_s64]_x(svbool_t pg, svint64_t op) svint64_t svrbit[_s64]_z(svbool_t pg, svint64_t op) RBIT Zresult.D, Pg/M, Zop.D |
| ReverseBits(Vector<Int16>) |
svint16_t svrbit[_s16]_m(svint16_t inativo, svbool_t pg, svint16_t op) svint16_t svrbit[_s16]_x(svbool_t pg, svint16_t op) svint16_t svrbit[_s16]_z(svbool_t pg, svint16_t op) RBIT Zresult.H, Pg/M, Zop.H |
ReverseBits(Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint64_t svrbit[_u64]_m(svuint64_t inativo, svbool_t pg, svuint64_t op)
svuint64_t svrbit[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svrbit[_u64]_z(svbool_t pg, svuint64_t op)
RBIT Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ReverseBits(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ReverseBits(System.Numerics.Vector<ulong> value);
static member ReverseBits : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ReverseBits (value As Vector(Of ULong)) As Vector(Of ULong)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<UInt32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint32_t svrbit[_u32]_m(svuint32_t inativo, svbool_t pg, svuint32_t op)
svuint32_t svrbit[_u32]_x(svbool_t pg, svuint32_t op)
svuint32_t svrbit[_u32]_z(svbool_t pg, svuint32_t op)
RBIT Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<System::UInt32> ReverseBits(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ReverseBits(System.Numerics.Vector<uint> value);
static member ReverseBits : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ReverseBits (value As Vector(Of UInteger)) As Vector(Of UInteger)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<UInt16>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint16_t svrbit[_u16]_m(svuint16_t inativo, svbool_t pg, svuint16_t op)
svuint16_t svrbit[_u16]_x(svbool_t pg, svuint16_t op)
svuint16_t svrbit[_u16]_z(svbool_t pg, svuint16_t op)
RBIT Zresult.H, Pg/M, Zop.H
public:
static System::Numerics::Vector<System::UInt16> ReverseBits(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> ReverseBits(System.Numerics.Vector<ushort> value);
static member ReverseBits : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function ReverseBits (value As Vector(Of UShort)) As Vector(Of UShort)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<SByte>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint8_t svrbit[_s8]_m(svint8_t inativo, svbool_t pg, svint8_t op)
svint8_t svrbit[_s8]_x(svbool_t pg, svint8_t op)
svint8_t svrbit[_s8]_z(svbool_t pg, svint8_t op)
RBIT Zresult.B, Pg/M, Zop.B
public:
static System::Numerics::Vector<System::SByte> ReverseBits(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> ReverseBits(System.Numerics.Vector<sbyte> value);
static member ReverseBits : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function ReverseBits (value As Vector(Of SByte)) As Vector(Of SByte)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<Byte>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint8_t svrbit[_u8]_m(svuint8_t inativo, svbool_t pg, svuint8_t op)
svuint8_t svrbit[_u8]_x(svbool_t pg, svuint8_t op)
svuint8_t svrbit[_u8]_z(svbool_t pg, svuint8_t op)
RBIT Zresult.B, Pg/M, Zop.B
public:
static System::Numerics::Vector<System::Byte> ReverseBits(System::Numerics::Vector<System::Byte> value);
public static System.Numerics.Vector<byte> ReverseBits(System.Numerics.Vector<byte> value);
static member ReverseBits : System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function ReverseBits (value As Vector(Of Byte)) As Vector(Of Byte)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<Int32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint32_t svrbit[_s32]_m(svint32_t inativo, svbool_t pg, svint32_t op)
svint32_t svrbit[_s32]_x(svbool_t pg, svint32_t op)
svint32_t svrbit[_s32]_z(svbool_t pg, svint32_t op)
RBIT Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<int> ReverseBits(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> ReverseBits(System.Numerics.Vector<int> value);
static member ReverseBits : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function ReverseBits (value As Vector(Of Integer)) As Vector(Of Integer)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<Int64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint64_t svrbit[_s64]_m(svint64_t inativo, svbool_t pg, svint64_t op)
svint64_t svrbit[_s64]_x(svbool_t pg, svint64_t op)
svint64_t svrbit[_s64]_z(svbool_t pg, svint64_t op)
RBIT Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<long> ReverseBits(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> ReverseBits(System.Numerics.Vector<long> value);
static member ReverseBits : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ReverseBits (value As Vector(Of Long)) As Vector(Of Long)
Parâmetros
Devoluções
Aplica-se a
ReverseBits(Vector<Int16>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svint16_t svrbit[_s16]_m(svint16_t inativo, svbool_t pg, svint16_t op)
svint16_t svrbit[_s16]_x(svbool_t pg, svint16_t op)
svint16_t svrbit[_s16]_z(svbool_t pg, svint16_t op)
RBIT Zresult.H, Pg/M, Zop.H
public:
static System::Numerics::Vector<short> ReverseBits(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> ReverseBits(System.Numerics.Vector<short> value);
static member ReverseBits : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function ReverseBits (value As Vector(Of Short)) As Vector(Of Short)