Sve2.SubtractRoundedHighNarrowingOdd Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| SubtractRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>) |
svuint32_t svrsubhnt[_u64](svuint32_t, svuint64_t op1, svuint64_t op2) RSUBHNT Ztied.S, Zop1.D, Zop2.D |
| SubtractRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>) |
svuint8_t svrsubhnt[_u16](svuint8_t zelfs, svuint16_t op1, svuint16_t op2) RSUBHNT Ztied.B, Zop1.H, Zop2.H |
| SubtractRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>) |
svint16_t svrsubhnt[_s32](svint16_t zelfs, svint32_t op1, svint32_t op2) RSUBHNT Ztied.H, Zop1.S, Zop2.S |
| SubtractRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>) |
svint32_t svrsubhnt[_s64](svint32_t zelfs, svint64_t op1, svint64_t op2) RSUBHNT Ztied.S, Zop1.D, Zop2.D |
| SubtractRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>) |
svint8_t svrsubhnt[_s16](svint8_t zelfs, svint16_t op1, svint16_t op2) RSUBHNT Ztied.B, Zop1.H, Zop2.H |
| SubtractRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>) |
svuint16_t svrsubhnt[_u32](svuint16_t zelfs, svuint32_t op1, svuint32_t op2) RSUBHNT Ztied.H, Zop1.S, Zop2.S |
SubtractRoundedHighNarrowingOdd(Vector<UInt32>, Vector<UInt64>, Vector<UInt64>)
svuint32_t svrsubhnt[_u64](svuint32_t, svuint64_t op1, svuint64_t op2) RSUBHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<System::UInt32> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt32> even, System::Numerics::Vector<System::UInt64> left, System::Numerics::Vector<System::UInt64> right);
public static System.Numerics.Vector<uint> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<uint> even, System.Numerics.Vector<ulong> left, System.Numerics.Vector<ulong> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of UInteger), left As Vector(Of ULong), right As Vector(Of ULong)) As Vector(Of UInteger)
Parameters
Retouren
Van toepassing op
SubtractRoundedHighNarrowingOdd(Vector<Byte>, Vector<UInt16>, Vector<UInt16>)
svuint8_t svrsubhnt[_u16](svuint8_t zelfs, svuint16_t op1, svuint16_t op2) RSUBHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::Byte> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<System::Byte> even, System::Numerics::Vector<System::UInt16> left, System::Numerics::Vector<System::UInt16> right);
public static System.Numerics.Vector<byte> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<byte> even, System.Numerics.Vector<ushort> left, System.Numerics.Vector<ushort> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<byte> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of Byte), left As Vector(Of UShort), right As Vector(Of UShort)) As Vector(Of Byte)
Parameters
Retouren
Van toepassing op
SubtractRoundedHighNarrowingOdd(Vector<Int16>, Vector<Int32>, Vector<Int32>)
svint16_t svrsubhnt[_s32](svint16_t zelfs, svint32_t op1, svint32_t op2) RSUBHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<short> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<short> even, System::Numerics::Vector<int> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<short> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<short> even, System.Numerics.Vector<int> left, System.Numerics.Vector<int> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<int16> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of Short), left As Vector(Of Integer), right As Vector(Of Integer)) As Vector(Of Short)
Parameters
Retouren
Van toepassing op
SubtractRoundedHighNarrowingOdd(Vector<Int32>, Vector<Int64>, Vector<Int64>)
svint32_t svrsubhnt[_s64](svint32_t zelfs, svint64_t op1, svint64_t op2) RSUBHNT Ztied.S, Zop1.D, Zop2.D
public:
static System::Numerics::Vector<int> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<int> even, System::Numerics::Vector<long> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<int> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<int> even, System.Numerics.Vector<long> left, System.Numerics.Vector<long> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<int> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of Integer), left As Vector(Of Long), right As Vector(Of Long)) As Vector(Of Integer)
Parameters
Retouren
Van toepassing op
SubtractRoundedHighNarrowingOdd(Vector<SByte>, Vector<Int16>, Vector<Int16>)
svint8_t svrsubhnt[_s16](svint8_t zelfs, svint16_t op1, svint16_t op2) RSUBHNT Ztied.B, Zop1.H, Zop2.H
public:
static System::Numerics::Vector<System::SByte> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<System::SByte> even, System::Numerics::Vector<short> left, System::Numerics::Vector<short> right);
public static System.Numerics.Vector<sbyte> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<sbyte> even, System.Numerics.Vector<short> left, System.Numerics.Vector<short> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<sbyte> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of SByte), left As Vector(Of Short), right As Vector(Of Short)) As Vector(Of SByte)
Parameters
Retouren
Van toepassing op
SubtractRoundedHighNarrowingOdd(Vector<UInt16>, Vector<UInt32>, Vector<UInt32>)
svuint16_t svrsubhnt[_u32](svuint16_t zelfs, svuint32_t op1, svuint32_t op2) RSUBHNT Ztied.H, Zop1.S, Zop2.S
public:
static System::Numerics::Vector<System::UInt16> SubtractRoundedHighNarrowingOdd(System::Numerics::Vector<System::UInt16> even, System::Numerics::Vector<System::UInt32> left, System::Numerics::Vector<System::UInt32> right);
public static System.Numerics.Vector<ushort> SubtractRoundedHighNarrowingOdd(System.Numerics.Vector<ushort> even, System.Numerics.Vector<uint> left, System.Numerics.Vector<uint> right);
static member SubtractRoundedHighNarrowingOdd : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Shared Function SubtractRoundedHighNarrowingOdd (even As Vector(Of UShort), left As Vector(Of UInteger), right As Vector(Of UInteger)) As Vector(Of UShort)