Sve.ReverseElement 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
ReverseElement(Vector<UInt32>) |
svuint32_t svrev[_u32](svuint32_t op) REV Zresult.S, Zop.S |
ReverseElement(Vector<UInt64>) |
svuint64_t svrev[_u64](svuint64_t op) REV Zresult.D, Zop.D |
ReverseElement(Vector<Single>) |
svfloat32_t svrev[_f32](svfloat32_t op) REV Zresult.S, Zop.S |
ReverseElement(Vector<SByte>) |
svint8_t svrev[_s8](svint8_t op) REV Zresult.B, Zop.B |
ReverseElement(Vector<UInt16>) |
svuint16_t svrev[_u16](svuint16_t op) REV Zresult.H, Zop.H |
ReverseElement(Vector<Int32>) |
svint32_t svrev[_s32](svint32_t op) REV Zresult.S, Zop.S |
ReverseElement(Vector<Int16>) |
svint16_t svrev[_s16](svint16_t op) REV Zresult.H, Zop.H |
ReverseElement(Vector<Double>) |
svfloat64_t svrev[_f64](svfloat64_t op) REV Zresult.D, Zop.D |
ReverseElement(Vector<Byte>) |
svuint8_t svrev[_u8](svuint8_t op) REV Zresult.B, Zop.B |
ReverseElement(Vector<Int64>) |
svint64_t svrev[_s64](svint64_t op) REV Zresult.D, Zop.D |
ReverseElement(Vector<UInt32>)
svuint32_t svrev[_u32](svuint32_t op)
REV Zresult.S, Zop.S
public:
static System::Numerics::Vector<System::UInt32> ReverseElement(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ReverseElement (System.Numerics.Vector<uint> value);
static member ReverseElement : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ReverseElement (value As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
ReverseElement(Vector<UInt64>)
svuint64_t svrev[_u64](svuint64_t op)
REV Zresult.D, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ReverseElement(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ReverseElement (System.Numerics.Vector<ulong> value);
static member ReverseElement : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ReverseElement (value As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
ReverseElement(Vector<Single>)
svfloat32_t svrev[_f32](svfloat32_t op)
REV Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> ReverseElement(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> ReverseElement (System.Numerics.Vector<float> value);
static member ReverseElement : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function ReverseElement (value As Vector(Of Single)) As Vector(Of Single)
Parameters
Returns
Applies to
ReverseElement(Vector<SByte>)
svint8_t svrev[_s8](svint8_t op)
REV Zresult.B, Zop.B
public:
static System::Numerics::Vector<System::SByte> ReverseElement(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> ReverseElement (System.Numerics.Vector<sbyte> value);
static member ReverseElement : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function ReverseElement (value As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
ReverseElement(Vector<UInt16>)
svuint16_t svrev[_u16](svuint16_t op)
REV Zresult.H, Zop.H
public:
static System::Numerics::Vector<System::UInt16> ReverseElement(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> ReverseElement (System.Numerics.Vector<ushort> value);
static member ReverseElement : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function ReverseElement (value As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
ReverseElement(Vector<Int32>)
svint32_t svrev[_s32](svint32_t op)
REV Zresult.S, Zop.S
public:
static System::Numerics::Vector<int> ReverseElement(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> ReverseElement (System.Numerics.Vector<int> value);
static member ReverseElement : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function ReverseElement (value As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
ReverseElement(Vector<Int16>)
svint16_t svrev[_s16](svint16_t op)
REV Zresult.H, Zop.H
public:
static System::Numerics::Vector<short> ReverseElement(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> ReverseElement (System.Numerics.Vector<short> value);
static member ReverseElement : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function ReverseElement (value As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
ReverseElement(Vector<Double>)
svfloat64_t svrev[_f64](svfloat64_t op)
REV Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> ReverseElement(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> ReverseElement (System.Numerics.Vector<double> value);
static member ReverseElement : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function ReverseElement (value As Vector(Of Double)) As Vector(Of Double)
Parameters
Returns
Applies to
ReverseElement(Vector<Byte>)
svuint8_t svrev[_u8](svuint8_t op)
REV Zresult.B, Zop.B
public:
static System::Numerics::Vector<System::Byte> ReverseElement(System::Numerics::Vector<System::Byte> value);
public static System.Numerics.Vector<byte> ReverseElement (System.Numerics.Vector<byte> value);
static member ReverseElement : System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function ReverseElement (value As Vector(Of Byte)) As Vector(Of Byte)
Parameters
Returns
Applies to
ReverseElement(Vector<Int64>)
svint64_t svrev[_s64](svint64_t op)
REV Zresult.D, Zop.D
public:
static System::Numerics::Vector<long> ReverseElement(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> ReverseElement (System.Numerics.Vector<long> value);
static member ReverseElement : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ReverseElement (value As Vector(Of Long)) As Vector(Of Long)