Sve.ExtractVector Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ExtractVector(Vector<Single>, Vector<Single>, Byte) |
svfloat32_t svext[_f32](svfloat32_t op1, svfloat32_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4 |
| ExtractVector(Vector<UInt32>, Vector<UInt32>, Byte) |
svuint32_t svext[_u32](svuint32_t op1, svuint32_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4 |
| ExtractVector(Vector<UInt64>, Vector<UInt64>, Byte) |
svuint64_t svext[_u64](svuint64_t op1, svuint64_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8 |
| ExtractVector(Vector<UInt16>, Vector<UInt16>, Byte) |
svuint16_t svext[_u16](svuint16_t op1, svuint16_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 2 |
| ExtractVector(Vector<SByte>, Vector<SByte>, Byte) |
svint8_t svext[_s8](svint8_t op1, svint8_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 |
| ExtractVector(Vector<Double>, Vector<Double>, Byte) |
svfloat64_t svext[_f64](svfloat64_t op1, svfloat64_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8 |
| ExtractVector(Vector<Int32>, Vector<Int32>, Byte) |
svint32_t svext[_s32](svint32_t op1, svint32_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4 |
| ExtractVector(Vector<Int16>, Vector<Int16>, Byte) |
svint16_t svext[_s16](svint16_t op1, svint16_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 2 |
| ExtractVector(Vector<Byte>, Vector<Byte>, Byte) |
svuint8_t svext[_u8](svuint8_t op1, svuint8_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 |
| ExtractVector(Vector<Int64>, Vector<Int64>, Byte) |
svint64_t svext[_s64](svint64_t op1, svint64_t op2, uint64_t imm3) EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8 |
ExtractVector(Vector<Single>, Vector<Single>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat32_t svext[_f32](svfloat32_t op1, svfloat32_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4
public:
static System::Numerics::Vector<float> ExtractVector(System::Numerics::Vector<float> upper, System::Numerics::Vector<float> lower, System::Byte index);
public static System.Numerics.Vector<float> ExtractVector(System.Numerics.Vector<float> upper, System.Numerics.Vector<float> lower, byte index);
static member ExtractVector : System.Numerics.Vector<single> * System.Numerics.Vector<single> * byte -> System.Numerics.Vector<single>
Public Shared Function ExtractVector (upper As Vector(Of Single), lower As Vector(Of Single), index As Byte) As Vector(Of Single)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<UInt32>, Vector<UInt32>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint32_t svext[_u32](svuint32_t op1, svuint32_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4
public:
static System::Numerics::Vector<System::UInt32> ExtractVector(System::Numerics::Vector<System::UInt32> upper, System::Numerics::Vector<System::UInt32> lower, System::Byte index);
public static System.Numerics.Vector<uint> ExtractVector(System.Numerics.Vector<uint> upper, System.Numerics.Vector<uint> lower, byte index);
static member ExtractVector : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * byte -> System.Numerics.Vector<uint32>
Public Shared Function ExtractVector (upper As Vector(Of UInteger), lower As Vector(Of UInteger), index As Byte) As Vector(Of UInteger)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<UInt64>, Vector<UInt64>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint64_t svext[_u64](svuint64_t op1, svuint64_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8
public:
static System::Numerics::Vector<System::UInt64> ExtractVector(System::Numerics::Vector<System::UInt64> upper, System::Numerics::Vector<System::UInt64> lower, System::Byte index);
public static System.Numerics.Vector<ulong> ExtractVector(System.Numerics.Vector<ulong> upper, System.Numerics.Vector<ulong> lower, byte index);
static member ExtractVector : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * byte -> System.Numerics.Vector<uint64>
Public Shared Function ExtractVector (upper As Vector(Of ULong), lower As Vector(Of ULong), index As Byte) As Vector(Of ULong)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<UInt16>, Vector<UInt16>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint16_t svext[_u16](svuint16_t op1, svuint16_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 2
public:
static System::Numerics::Vector<System::UInt16> ExtractVector(System::Numerics::Vector<System::UInt16> upper, System::Numerics::Vector<System::UInt16> lower, System::Byte index);
public static System.Numerics.Vector<ushort> ExtractVector(System.Numerics.Vector<ushort> upper, System.Numerics.Vector<ushort> lower, byte index);
static member ExtractVector : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * byte -> System.Numerics.Vector<uint16>
Public Shared Function ExtractVector (upper As Vector(Of UShort), lower As Vector(Of UShort), index As Byte) As Vector(Of UShort)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<SByte>, Vector<SByte>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint8_t svext[_s8](svint8_t op1, svint8_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3
public:
static System::Numerics::Vector<System::SByte> ExtractVector(System::Numerics::Vector<System::SByte> upper, System::Numerics::Vector<System::SByte> lower, System::Byte index);
public static System.Numerics.Vector<sbyte> ExtractVector(System.Numerics.Vector<sbyte> upper, System.Numerics.Vector<sbyte> lower, byte index);
static member ExtractVector : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * byte -> System.Numerics.Vector<sbyte>
Public Shared Function ExtractVector (upper As Vector(Of SByte), lower As Vector(Of SByte), index As Byte) As Vector(Of SByte)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<Double>, Vector<Double>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat64_t svext[_f64](svfloat64_t op1, svfloat64_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8
public:
static System::Numerics::Vector<double> ExtractVector(System::Numerics::Vector<double> upper, System::Numerics::Vector<double> lower, System::Byte index);
public static System.Numerics.Vector<double> ExtractVector(System.Numerics.Vector<double> upper, System.Numerics.Vector<double> lower, byte index);
static member ExtractVector : System.Numerics.Vector<double> * System.Numerics.Vector<double> * byte -> System.Numerics.Vector<double>
Public Shared Function ExtractVector (upper As Vector(Of Double), lower As Vector(Of Double), index As Byte) As Vector(Of Double)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<Int32>, Vector<Int32>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint32_t svext[_s32](svint32_t op1, svint32_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 4
public:
static System::Numerics::Vector<int> ExtractVector(System::Numerics::Vector<int> upper, System::Numerics::Vector<int> lower, System::Byte index);
public static System.Numerics.Vector<int> ExtractVector(System.Numerics.Vector<int> upper, System.Numerics.Vector<int> lower, byte index);
static member ExtractVector : System.Numerics.Vector<int> * System.Numerics.Vector<int> * byte -> System.Numerics.Vector<int>
Public Shared Function ExtractVector (upper As Vector(Of Integer), lower As Vector(Of Integer), index As Byte) As Vector(Of Integer)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<Int16>, Vector<Int16>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint16_t svext[_s16](svint16_t op1, svint16_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 2
public:
static System::Numerics::Vector<short> ExtractVector(System::Numerics::Vector<short> upper, System::Numerics::Vector<short> lower, System::Byte index);
public static System.Numerics.Vector<short> ExtractVector(System.Numerics.Vector<short> upper, System.Numerics.Vector<short> lower, byte index);
static member ExtractVector : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * byte -> System.Numerics.Vector<int16>
Public Shared Function ExtractVector (upper As Vector(Of Short), lower As Vector(Of Short), index As Byte) As Vector(Of Short)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<Byte>, Vector<Byte>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint8_t svext[_u8](svuint8_t op1, svuint8_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3
public:
static System::Numerics::Vector<System::Byte> ExtractVector(System::Numerics::Vector<System::Byte> upper, System::Numerics::Vector<System::Byte> lower, System::Byte index);
public static System.Numerics.Vector<byte> ExtractVector(System.Numerics.Vector<byte> upper, System.Numerics.Vector<byte> lower, byte index);
static member ExtractVector : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * byte -> System.Numerics.Vector<byte>
Public Shared Function ExtractVector (upper As Vector(Of Byte), lower As Vector(Of Byte), index As Byte) As Vector(Of Byte)
Parameter
- index
- Byte
Gibt zurück
Gilt für:
ExtractVector(Vector<Int64>, Vector<Int64>, Byte)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint64_t svext[_s64](svint64_t op1, svint64_t op2, uint64_t imm3)
EXT Ztied1.B, Ztied1.B, Zop2.B, #imm3 * 8
public:
static System::Numerics::Vector<long> ExtractVector(System::Numerics::Vector<long> upper, System::Numerics::Vector<long> lower, System::Byte index);
public static System.Numerics.Vector<long> ExtractVector(System.Numerics.Vector<long> upper, System.Numerics.Vector<long> lower, byte index);
static member ExtractVector : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> * byte -> System.Numerics.Vector<int64>
Public Shared Function ExtractVector (upper As Vector(Of Long), lower As Vector(Of Long), index As Byte) As Vector(Of Long)
Parameter
- index
- Byte