Bewerken

Delen via


Sve.ReverseElement Method

Definition

Overloads

ReverseElement(Vector<UInt32>)
ReverseElement(Vector<Int16>)
ReverseElement(Vector<UInt16>)
ReverseElement(Vector<UInt64>)
ReverseElement(Vector<Single>)
ReverseElement(Vector<Double>)
ReverseElement(Vector<Int64>)
ReverseElement(Vector<Int32>)
ReverseElement(Vector<Byte>)
ReverseElement(Vector<SByte>)

ReverseElement(Vector<UInt32>)

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<Int16>)

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<UInt16>)

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<UInt64>)

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>)

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<Double>)

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<Int64>)

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

ReverseElement(Vector<Int32>)

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<Byte>)

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<SByte>)

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