Vector128.NarrowWithSaturation 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 |
|---|---|
| NarrowWithSaturation(Vector128<UInt32>, Vector128<UInt32>) |
Vermalt twee vectoren van UInt32 exemplaren in één vector van het gebruik van UInt16 een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<UInt64>, Vector128<UInt64>) |
Vermalt twee vectoren van UInt64 exemplaren in één vector van het gebruik van UInt32 een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<UInt16>, Vector128<UInt16>) |
Vermalt twee vectoren van UInt16 exemplaren in één vector van het gebruik van Byte een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<Int16>, Vector128<Int16>) |
Vermalt twee vectoren van Int16 exemplaren in één vector van het gebruik van SByte een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<Int32>, Vector128<Int32>) |
Vermalt twee vectoren van Int32 exemplaren in één vector van het gebruik van Int16 een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<Int64>, Vector128<Int64>) |
Vermalt twee vectoren van Int64 exemplaren in één vector van het gebruik van Int32 een verzadigingsconversie. |
| NarrowWithSaturation(Vector128<Double>, Vector128<Double>) |
Vermalt twee vectoren van Double exemplaren in één vector van het gebruik van Single een verzadigingsconversie. |
NarrowWithSaturation(Vector128<UInt32>, Vector128<UInt32>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<System::UInt32> lower, System::Runtime::Intrinsics::Vector128<System::UInt32> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<uint> lower, System.Runtime.Intrinsics.Vector128<uint> upper);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function NarrowWithSaturation (lower As Vector128(Of UInteger), upper As Vector128(Of UInteger)) As Vector128(Of UShort)
Parameters
Retouren
Een vector van het bevatten van UInt16 elementen die zijn beperkt met verzadiging van lower en upper.
- Kenmerken
Van toepassing op
NarrowWithSaturation(Vector128<UInt64>, Vector128<UInt64>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<System::UInt64> lower, System::Runtime::Intrinsics::Vector128<System::UInt64> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<ulong> lower, System.Runtime.Intrinsics.Vector128<ulong> upper);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<uint64> * System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function NarrowWithSaturation (lower As Vector128(Of ULong), upper As Vector128(Of ULong)) As Vector128(Of UInteger)
Parameters
Retouren
Een vector van het bevatten van UInt32 elementen die zijn beperkt met verzadiging van lower en upper.
- Kenmerken
Van toepassing op
NarrowWithSaturation(Vector128<UInt16>, Vector128<UInt16>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<System::UInt16> lower, System::Runtime::Intrinsics::Vector128<System::UInt16> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<byte> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<ushort> lower, System.Runtime.Intrinsics.Vector128<ushort> upper);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<uint16> * System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<byte>
Public Function NarrowWithSaturation (lower As Vector128(Of UShort), upper As Vector128(Of UShort)) As Vector128(Of Byte)
Parameters
Retouren
Een vector van het bevatten van Byte elementen die zijn beperkt met verzadiging van lower en upper.
- Kenmerken
Van toepassing op
NarrowWithSaturation(Vector128<Int16>, Vector128<Int16>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<short> lower, System::Runtime::Intrinsics::Vector128<short> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<short> lower, System.Runtime.Intrinsics.Vector128<short> upper);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<int16> * System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function NarrowWithSaturation (lower As Vector128(Of Short), upper As Vector128(Of Short)) As Vector128(Of SByte)
Parameters
Retouren
Een vector van het bevatten van SByte elementen die zijn beperkt met verzadiging van lower en upper.
- Kenmerken
Van toepassing op
NarrowWithSaturation(Vector128<Int32>, Vector128<Int32>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
public:
static System::Runtime::Intrinsics::Vector128<short> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<int> lower, System::Runtime::Intrinsics::Vector128<int> upper);
public static System.Runtime.Intrinsics.Vector128<short> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<int> lower, System.Runtime.Intrinsics.Vector128<int> upper);
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<int> * System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int16>
Public Function NarrowWithSaturation (lower As Vector128(Of Integer), upper As Vector128(Of Integer)) As Vector128(Of Short)
Parameters
Retouren
Een vector van het bevatten van Int16 elementen die zijn beperkt met verzadiging van lower en upper.
Van toepassing op
NarrowWithSaturation(Vector128<Int64>, Vector128<Int64>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
public:
static System::Runtime::Intrinsics::Vector128<int> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<long> lower, System::Runtime::Intrinsics::Vector128<long> upper);
public static System.Runtime.Intrinsics.Vector128<int> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<long> lower, System.Runtime.Intrinsics.Vector128<long> upper);
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<int64> * System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int>
Public Function NarrowWithSaturation (lower As Vector128(Of Long), upper As Vector128(Of Long)) As Vector128(Of Integer)
Parameters
Retouren
Een vector van het bevatten van Int32 elementen die zijn beperkt met verzadiging van lower en upper.
Van toepassing op
NarrowWithSaturation(Vector128<Double>, Vector128<Double>)
- Bron:
- Vector128.cs
- Bron:
- Vector128.cs
public:
static System::Runtime::Intrinsics::Vector128<float> NarrowWithSaturation(System::Runtime::Intrinsics::Vector128<double> lower, System::Runtime::Intrinsics::Vector128<double> upper);
public static System.Runtime.Intrinsics.Vector128<float> NarrowWithSaturation(System.Runtime.Intrinsics.Vector128<double> lower, System.Runtime.Intrinsics.Vector128<double> upper);
static member NarrowWithSaturation : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<single>
Public Function NarrowWithSaturation (lower As Vector128(Of Double), upper As Vector128(Of Double)) As Vector128(Of Single)
Parameters
Retouren
Een vector van het bevatten van Single elementen die zijn beperkt met verzadiging van lower en upper.