Sve2.AddRoundedHighNarrowingOdd 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 |
|---|---|
| AddRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>) |
svuint8_t svraddhnt[_u16](svuint8_t même, svuint16_t op1, svuint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>) |
svint16_t svraddhnt[_s32](svint16_t même, svint32_t op1, svint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>) |
svint32_t svraddhnt[_s64](svint32_t même, svint64_t op1, svint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D |
| AddRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>) |
svint8_t svraddhnt[_s16](svint8_t même, svint16_t op1, svint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H |
| AddRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>) |
svuint16_t svraddhnt[_u32](svuint16_t même, svuint32_t op1, svuint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S |
| AddRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>) |
svuint32_t svraddhnt[_u64](svuint32_t même, svuint64_t op1, svuint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D |
AddRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint8_t svraddhnt[_u16](svuint8_t même, svuint16_t op1, svuint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::Byte> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::Byte> even, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<byte> AddRoundedHighNarrowingOdd(System.Numerics.Vector<byte> even, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<byte> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Byte), left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of Byte)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint16_t svraddhnt[_s32](svint16_t même, svint32_t op1, svint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<short> AddRoundedHighNarrowingOdd(System::Numerics::Vector<short> even, System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<short> AddRoundedHighNarrowingOdd(System.Numerics.Vector<short> even, System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<int16> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Short), left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Short)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint32_t svraddhnt[_s64](svint32_t même, svint64_t op1, svint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<int> AddRoundedHighNarrowingOdd(System::Numerics::Vector<int> even, System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<int> AddRoundedHighNarrowingOdd(System.Numerics.Vector<int> even, System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<int> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of Integer), left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Integer)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint8_t svraddhnt[_s16](svint8_t même, svint16_t op1, svint16_t op2) RADDHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::SByte> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::SByte> even, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<sbyte> AddRoundedHighNarrowingOdd(System.Numerics.Vector<sbyte> even, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<sbyte> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of SByte), left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of SByte)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint16_t svraddhnt[_u32](svuint16_t même, svuint32_t op1, svuint32_t op2) RADDHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt16> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt16> even, System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<ushort> AddRoundedHighNarrowingOdd(System.Numerics.Vector<ushort> even, System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of UShort), left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UShort)
Paramètres
Retours
S’applique à
AddRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint32_t svraddhnt[_u64](svuint32_t même, svuint64_t op1, svuint64_t op2) RADDHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt32> AddRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt32> even, System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<uint> AddRoundedHighNarrowingOdd(System.Numerics.Vector<uint> even, System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member AddRoundedHighNarrowingOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function AddRoundedHighNarrowingOdd (even As Vector(Of UInteger), left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of UInteger)