Vector.NarrowWithSaturation Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| NarrowWithSaturation(Vector<Double>, Vector<Double>) |
Mempersempit dua vektor Double instans menjadi satu vektor menggunakan Single konversi jenuh. |
| NarrowWithSaturation(Vector<Int16>, Vector<Int16>) |
Mempersempit dua vektor Int16 instans menjadi satu vektor menggunakan SByte konversi jenuh. |
| NarrowWithSaturation(Vector<Int32>, Vector<Int32>) |
Mempersempit dua vektor Int32 instans menjadi satu vektor menggunakan Int16 konversi jenuh. |
| NarrowWithSaturation(Vector<Int64>, Vector<Int64>) |
Mempersempit dua vektor Int64 instans menjadi satu vektor menggunakan Int32 konversi jenuh. |
| NarrowWithSaturation(Vector<UInt16>, Vector<UInt16>) |
Mempersempit dua vektor UInt16 instans menjadi satu vektor menggunakan Byte konversi jenuh. |
| NarrowWithSaturation(Vector<UInt32>, Vector<UInt32>) |
Mempersempit dua vektor UInt32 instans menjadi satu vektor menggunakan UInt16 konversi jenuh. |
| NarrowWithSaturation(Vector<UInt64>, Vector<UInt64>) |
Mempersempit dua vektor UInt64 instans menjadi satu vektor menggunakan UInt32 konversi jenuh. |
NarrowWithSaturation(Vector<Double>, Vector<Double>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
public:
static System::Numerics::Vector<float> NarrowWithSaturation(System::Numerics::Vector<double> low, System::Numerics::Vector<double> high);
public static System.Numerics.Vector<float> NarrowWithSaturation(System.Numerics.Vector<double> low, System.Numerics.Vector<double> high);
static member NarrowWithSaturation : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<single>
Public Function NarrowWithSaturation (low As Vector(Of Double), high As Vector(Of Double)) As Vector(Of Single)
Parameter
Mengembalikan
Vektor Single berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
Berlaku untuk
NarrowWithSaturation(Vector<Int16>, Vector<Int16>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
public:
static System::Numerics::Vector<System::SByte> NarrowWithSaturation(System::Numerics::Vector<short> low, System::Numerics::Vector<short> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> NarrowWithSaturation(System.Numerics.Vector<short> low, System.Numerics.Vector<short> high);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Function NarrowWithSaturation (low As Vector(Of Short), high As Vector(Of Short)) As Vector(Of SByte)
Parameter
Mengembalikan
Vektor SByte berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
- Atribut
Berlaku untuk
NarrowWithSaturation(Vector<Int32>, Vector<Int32>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
public:
static System::Numerics::Vector<short> NarrowWithSaturation(System::Numerics::Vector<int> low, System::Numerics::Vector<int> high);
public static System.Numerics.Vector<short> NarrowWithSaturation(System.Numerics.Vector<int> low, System.Numerics.Vector<int> high);
static member NarrowWithSaturation : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Function NarrowWithSaturation (low As Vector(Of Integer), high As Vector(Of Integer)) As Vector(Of Short)
Parameter
Mengembalikan
Vektor Int16 berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
Berlaku untuk
NarrowWithSaturation(Vector<Int64>, Vector<Int64>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
public:
static System::Numerics::Vector<int> NarrowWithSaturation(System::Numerics::Vector<long> low, System::Numerics::Vector<long> high);
public static System.Numerics.Vector<int> NarrowWithSaturation(System.Numerics.Vector<long> low, System.Numerics.Vector<long> high);
static member NarrowWithSaturation : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Function NarrowWithSaturation (low As Vector(Of Long), high As Vector(Of Long)) As Vector(Of Integer)
Parameter
Mengembalikan
Vektor Int32 berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
Berlaku untuk
NarrowWithSaturation(Vector<UInt16>, Vector<UInt16>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
public:
static System::Numerics::Vector<System::Byte> NarrowWithSaturation(System::Numerics::Vector<System::UInt16> low, System::Numerics::Vector<System::UInt16> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<byte> NarrowWithSaturation(System.Numerics.Vector<ushort> low, System.Numerics.Vector<ushort> high);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Function NarrowWithSaturation (low As Vector(Of UShort), high As Vector(Of UShort)) As Vector(Of Byte)
Parameter
Mengembalikan
Vektor Byte berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
- Atribut
Berlaku untuk
NarrowWithSaturation(Vector<UInt32>, Vector<UInt32>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
public:
static System::Numerics::Vector<System::UInt16> NarrowWithSaturation(System::Numerics::Vector<System::UInt32> low, System::Numerics::Vector<System::UInt32> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> NarrowWithSaturation(System.Numerics.Vector<uint> low, System.Numerics.Vector<uint> high);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Function NarrowWithSaturation (low As Vector(Of UInteger), high As Vector(Of UInteger)) As Vector(Of UShort)
Parameter
Mengembalikan
Vektor UInt16 berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
- Atribut
Berlaku untuk
NarrowWithSaturation(Vector<UInt64>, Vector<UInt64>)
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
public:
static System::Numerics::Vector<System::UInt32> NarrowWithSaturation(System::Numerics::Vector<System::UInt64> low, System::Numerics::Vector<System::UInt64> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> NarrowWithSaturation(System.Numerics.Vector<ulong> low, System.Numerics.Vector<ulong> high);
[<System.CLSCompliant(false)>]
static member NarrowWithSaturation : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Function NarrowWithSaturation (low As Vector(Of ULong), high As Vector(Of ULong)) As Vector(Of UInteger)
Parameter
Mengembalikan
Vektor UInt32 berisi elemen yang dipersempit dengan saturasi dari lower dan upper.
- Atribut