Sve2.AddRoundedHighNarrowingEven Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| AddRoundedHighNarrowingEven(Vector<UInt32>, Vector<UInt32>) |
svuint16_t svraddhnb[_u32](svuint32_t op1, svuint32_t op2) RADDHNB Zresult.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingEven(Vector<UInt16>, Vector<UInt16>) |
svuint8_t svraddhnb[_u16](svuint16_t op1, svuint16_t op2) RADDHNB Zresult.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingEven(Vector<UInt64>, Vector<UInt64>) |
svuint32_t svraddhnb[_u64](svuint64_t op1, svuint64_t op2) RADDHNB Zresult.S, Zop1.D, Zop2.D |
| AddRoundedHighNarrowingEven(Vector<Int32>, Vector<Int32>) |
svint16_t svraddhnb[_s32](svint32_t op1, svint32_t op2) RADDHNB Zresult.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingEven(Vector<Int16>, Vector<Int16>) |
svint8_t svraddhnb[_s16](svint16_t op1, svint16_t op2) RADDHNB Zresult.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingEven(Vector<Int64>, Vector<Int64>) |
svint32_t svraddhnb[_s64](svint64_t op1, svint64_t op2) RADDHNB Zresult.S, Zop1.D, Zop2.D, Zop2.D |
AddRoundedHighNarrowingEven(Vector<UInt32>, Vector<UInt32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint16_t svraddhnb[_u32](svuint32_t op1, svuint32_t op2) RADDHNB Zresult.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt16> AddRoundedHighNarrowingEven(System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<ushort> AddRoundedHighNarrowingEven(System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UShort)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingEven(Vector<UInt16>, Vector<UInt16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint8_t svraddhnb[_u16](svuint16_t op1, svuint16_t op2) RADDHNB Zresult.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::Byte> AddRoundedHighNarrowingEven(System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<byte> AddRoundedHighNarrowingEven(System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of Byte)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingEven(Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint32_t svraddhnb[_u64](svuint64_t op1, svuint64_t op2) RADDHNB Zresult.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt32> AddRoundedHighNarrowingEven(System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<uint> AddRoundedHighNarrowingEven(System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of UInteger)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingEven(Vector<Int32>, Vector<Int32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint16_t svraddhnb[_s32](svint32_t op1, svint32_t op2) RADDHNB Zresult.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<short> AddRoundedHighNarrowingEven(System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<short> AddRoundedHighNarrowingEven(System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Short)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingEven(Vector<Int16>, Vector<Int16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint8_t svraddhnb[_s16](svint16_t op1, svint16_t op2) RADDHNB Zresult.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::SByte> AddRoundedHighNarrowingEven(System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<sbyte> AddRoundedHighNarrowingEven(System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of SByte)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingEven(Vector<Int64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint32_t svraddhnb[_s64](svint64_t op1, svint64_t op2) RADDHNB Zresult.S, Zop1.D, Zop2.D, Zop2.D
public:
static System::Numerics::Vector<int> AddRoundedHighNarrowingEven(System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<int> AddRoundedHighNarrowingEven(System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member AddRoundedHighNarrowingEven : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Shared Function AddRoundedHighNarrowingEven (left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Integer)