Sve2.MaxPairwise 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 |
|---|---|
| MaxPairwise(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svmaxp[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2) svuint16_t svmaxp[_u16]_x(svbool_t pg, svuint16_t op1, svuint16_t op2) UMAXP Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
| MaxPairwise(Vector<Int32>, Vector<Int32>) |
svint32_t svmaxp[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) svint32_t svmaxp[_s32]_x(svbool_t pg, svint32_t op1, svint32_t op2) SMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| MaxPairwise(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svmaxp[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2) svuint64_t svmaxp[_u64]_x(svbool_t pg, svuint64_t op1, svuint64_t op2) UMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| MaxPairwise(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svmaxp[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2) svuint32_t svmaxp[_u32]_x(svbool_t pg, svuint32_t op1, svuint32_t op2) UMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| MaxPairwise(Vector<Single>, Vector<Single>) |
svfloat32_t svmaxp[_f32]_m(svbool_t pg, svfloat32_t op1, svfloat32_t op2) svfloat32_t svmaxp[_f32]_x(svbool_t pg, svfloat32_t op1, svfloat32_t op2) FMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
| MaxPairwise(Vector<Int16>, Vector<Int16>) |
svint16_t svmaxp[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) svint16_t svmaxp[_s16]_x(svbool_t pg, svint16_t op1, svint16_t op2) SMAXP Ztied1.H, Pg/M, Ztied1.H, Zop2.H |
| MaxPairwise(Vector<Int64>, Vector<Int64>) |
svint64_t svmaxp[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) svint64_t svmaxp[_s64]_x(svbool_t pg, svint64_t op1, svint64_t op2) SMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| MaxPairwise(Vector<Double>, Vector<Double>) |
svfloat64_t svmaxp[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2) svfloat64_t svmaxp[_f64]_x(svbool_t pg, svfloat64_t op1, svfloat64_t op2) FMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
| MaxPairwise(Vector<Byte>, Vector<Byte>) |
svuint8_t svmaxp[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2) svuint8_t svmaxp[_u8]_x(svbool_t pg, svuint8_t op1, svuint8_t op2) UMAXP Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
| MaxPairwise(Vector<SByte>, Vector<SByte>) |
svint8_t svmaxp[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) svint8_t svmaxp[_s8]_x(svbool_t pg, svint8_t op1, svint8_t op2) SMAXP Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
MaxPairwise(Vector<UInt16>, Vector<UInt16>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svuint16_t svmaxp[_u16]_m(svbool_t pg, svuint16_t op1, svuint16_t op2) svuint16_t svmaxp[_u16]_x(svbool_t pg, svuint16_t op1, svuint16_t op2) UMAXP Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<System::UInt16> MaxPairwise(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<ushort> MaxPairwise(System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member MaxPairwise : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function MaxPairwise (left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of UShort)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Int32>, Vector<Int32>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint32_t svmaxp[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) svint32_t svmaxp[_s32]_x(svbool_t pg, svint32_t op1, svint32_t op2) SMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<int> MaxPairwise(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<int> MaxPairwise(System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member MaxPairwise : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function MaxPairwise (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Integer)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<UInt64>, Vector<UInt64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svuint64_t svmaxp[_u64]_m(svbool_t pg, svuint64_t op1, svuint64_t op2) svuint64_t svmaxp[_u64]_x(svbool_t pg, svuint64_t op1, svuint64_t op2) UMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt64> MaxPairwise(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<ulong> MaxPairwise(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member MaxPairwise : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function MaxPairwise (left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of ULong)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<UInt32>, Vector<UInt32>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svuint32_t svmaxp[_u32]_m(svbool_t pg, svuint32_t op1, svuint32_t op2) svuint32_t svmaxp[_u32]_x(svbool_t pg, svuint32_t op1, svuint32_t op2) UMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt32> MaxPairwise(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<uint> MaxPairwise(System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member MaxPairwise : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function MaxPairwise (left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UInteger)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Single>, Vector<Single>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svfloat32_t svmaxp[_f32]_m(svbool_t pg, svfloat32_t op1, svfloat32_t op2) svfloat32_t svmaxp[_f32]_x(svbool_t pg, svfloat32_t op1, svfloat32_t op2) FMAXP Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<float> MaxPairwise(System::Numerics::Vector<float> left, System::Numerics::Vector<float> right);
public static System.Numerics.Vector<float> MaxPairwise(System.Numerics.Vector<float> left, System.Numerics.Vector<float> right);
static member MaxPairwise : System.Numerics.Vector<single> * System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function MaxPairwise (left As Vector(Of Single), right As Vector(Of Single)) As Vector(Of Single)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Int16>, Vector<Int16>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint16_t svmaxp[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) svint16_t svmaxp[_s16]_x(svbool_t pg, svint16_t op1, svint16_t op2) SMAXP Ztied1.H, Pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<short> MaxPairwise(System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<short> MaxPairwise(System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member MaxPairwise : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function MaxPairwise (left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of Short)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Int64>, Vector<Int64>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint64_t svmaxp[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) svint64_t svmaxp[_s64]_x(svbool_t pg, svint64_t op1, svint64_t op2) SMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<long> MaxPairwise(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<long> MaxPairwise(System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member MaxPairwise : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function MaxPairwise (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Long)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Double>, Vector<Double>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svfloat64_t svmaxp[_f64]_m(svbool_t pg, svfloat64_t op1, svfloat64_t op2) svfloat64_t svmaxp[_f64]_x(svbool_t pg, svfloat64_t op1, svfloat64_t op2) FMAXP Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<double> MaxPairwise(System::Numerics::Vector<double> left, System::Numerics::Vector<double> right);
public static System.Numerics.Vector<double> MaxPairwise(System.Numerics.Vector<double> left, System.Numerics.Vector<double> right);
static member MaxPairwise : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function MaxPairwise (left As Vector(Of Double), right As Vector(Of Double)) As Vector(Of Double)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<Byte>, Vector<Byte>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svuint8_t svmaxp[_u8]_m(svbool_t pg, svuint8_t op1, svuint8_t op2) svuint8_t svmaxp[_u8]_x(svbool_t pg, svuint8_t op1, svuint8_t op2) UMAXP Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::Byte> MaxPairwise(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<byte> MaxPairwise(System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right);
static member MaxPairwise : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function MaxPairwise (left As Vector(Of Byte), right As Vector(Of Byte)) As Vector(Of Byte)
Parameter
Gibt zurück
Gilt für:
MaxPairwise(Vector<SByte>, Vector<SByte>)
- Quelle:
- Sve2.PlatformNotSupported.cs
- Quelle:
- Sve2.PlatformNotSupported.cs
svint8_t svmaxp[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) svint8_t svmaxp[_s8]_x(svbool_t pg, svint8_t op1, svint8_t op2) SMAXP Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::SByte> MaxPairwise(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right);
public static System.Numerics.Vector<sbyte> MaxPairwise(System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right);
static member MaxPairwise : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function MaxPairwise (left As Vector(Of SByte), right As Vector(Of SByte)) As Vector(Of SByte)