Rediger

Del via


Sve.ReverseElement Method

Definition

Overloads

ReverseElement(Vector<UInt32>)

svuint32_t svrev<see href="svuint32_t op">_u32</see>

REV Zresult.S, Zop.S

ReverseElement(Vector<UInt64>)

svuint64_t svrev<see href="svuint64_t op">_u64</see>

REV Zresult.D, Zop.D

ReverseElement(Vector<Single>)

svfloat32_t svrev<see href="svfloat32_t op">_f32</see>

REV Zresult.S, Zop.S

ReverseElement(Vector<SByte>)

svint8_t svrev<see href="svint8_t op">_s8</see>

REV Zresult.B, Zop.B

ReverseElement(Vector<UInt16>)

svuint16_t svrev<see href="svuint16_t op">_u16</see>

REV Zresult.H, Zop.H

ReverseElement(Vector<Int32>)

svint32_t svrev<see href="svint32_t op">_s32</see>

REV Zresult.S, Zop.S

ReverseElement(Vector<Int16>)

svint16_t svrev<see href="svint16_t op">_s16</see>

REV Zresult.H, Zop.H

ReverseElement(Vector<Double>)

svfloat64_t svrev<see href="svfloat64_t op">_f64</see>

REV Zresult.D, Zop.D

ReverseElement(Vector<Byte>)

svuint8_t svrev<see href="svuint8_t op">_u8</see>

REV Zresult.B, Zop.B

ReverseElement(Vector<Int64>)

svint64_t svrev<see href="svint64_t op">_s64</see>

REV Zresult.D, Zop.D

ReverseElement(Vector<UInt32>)

svuint32_t svrev<see href="svuint32_t op">_u32</see>

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

value
Vector<UInt32>

Returns

Applies to

ReverseElement(Vector<UInt64>)

svuint64_t svrev<see href="svuint64_t op">_u64</see>

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

value
Vector<UInt64>

Returns

Applies to

ReverseElement(Vector<Single>)

svfloat32_t svrev<see href="svfloat32_t op">_f32</see>

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

value
Vector<Single>

Returns

Applies to

ReverseElement(Vector<SByte>)

svint8_t svrev<see href="svint8_t op">_s8</see>

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

value
Vector<SByte>

Returns

Applies to

ReverseElement(Vector<UInt16>)

svuint16_t svrev<see href="svuint16_t op">_u16</see>

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

value
Vector<UInt16>

Returns

Applies to

ReverseElement(Vector<Int32>)

svint32_t svrev<see href="svint32_t op">_s32</see>

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

value
Vector<Int32>

Returns

Applies to

ReverseElement(Vector<Int16>)

svint16_t svrev<see href="svint16_t op">_s16</see>

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

value
Vector<Int16>

Returns

Applies to

ReverseElement(Vector<Double>)

svfloat64_t svrev<see href="svfloat64_t op">_f64</see>

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

value
Vector<Double>

Returns

Applies to

ReverseElement(Vector<Byte>)

svuint8_t svrev<see href="svuint8_t op">_u8</see>

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

value
Vector<Byte>

Returns

Applies to

ReverseElement(Vector<Int64>)

svint64_t svrev<see href="svint64_t op">_s64</see>

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)

Parameters

value
Vector<Int64>

Returns

Applies to