Vector.NarrowWithSaturation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| NarrowWithSaturation(Vector<Double>, Vector<Double>) |
Doygunluk dönüştürmesi Double kullanarak iki örnek vektörünün bir vektöre Single daraltılması. |
| NarrowWithSaturation(Vector<Int16>, Vector<Int16>) |
Doygunluk dönüştürmesi Int16 kullanarak iki örnek vektörünün bir vektöre SByte daraltılması. |
| NarrowWithSaturation(Vector<Int32>, Vector<Int32>) |
Doygunluk dönüştürmesi Int32 kullanarak iki örnek vektörünün bir vektöre Int16 daraltılması. |
| NarrowWithSaturation(Vector<Int64>, Vector<Int64>) |
Doygunluk dönüştürmesi Int64 kullanarak iki örnek vektörünün bir vektöre Int32 daraltılması. |
| NarrowWithSaturation(Vector<UInt16>, Vector<UInt16>) |
Doygunluk dönüştürmesi UInt16 kullanarak iki örnek vektörünün bir vektöre Byte daraltılması. |
| NarrowWithSaturation(Vector<UInt32>, Vector<UInt32>) |
Doygunluk dönüştürmesi UInt32 kullanarak iki örnek vektörünün bir vektöre UInt16 daraltılması. |
| NarrowWithSaturation(Vector<UInt64>, Vector<UInt64>) |
Doygunluk dönüştürmesi UInt64 kullanarak iki örnek vektörünün bir vektöre UInt32 daraltılması. |
NarrowWithSaturation(Vector<Double>, Vector<Double>)
- Kaynak:
- Vector.cs
- Kaynak:
- 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)
Parametreler
Döndürülenler
ve Single'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
Şunlara uygulanır
NarrowWithSaturation(Vector<Int16>, Vector<Int16>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
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)
Parametreler
Döndürülenler
ve SByte'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
- Öznitelikler
Şunlara uygulanır
NarrowWithSaturation(Vector<Int32>, Vector<Int32>)
- Kaynak:
- Vector.cs
- Kaynak:
- 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)
Parametreler
Döndürülenler
ve Int16'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
Şunlara uygulanır
NarrowWithSaturation(Vector<Int64>, Vector<Int64>)
- Kaynak:
- Vector.cs
- Kaynak:
- 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)
Parametreler
Döndürülenler
ve Int32'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
Şunlara uygulanır
NarrowWithSaturation(Vector<UInt16>, Vector<UInt16>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
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)
Parametreler
Döndürülenler
ve Byte'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
- Öznitelikler
Şunlara uygulanır
NarrowWithSaturation(Vector<UInt32>, Vector<UInt32>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
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)
Parametreler
Döndürülenler
ve UInt16'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
- Öznitelikler
Şunlara uygulanır
NarrowWithSaturation(Vector<UInt64>, Vector<UInt64>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
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)
Parametreler
Döndürülenler
ve UInt32'den lowerupper doygunluk ile daraltılmış öğeleri içeren bir vektör.
- Öznitelikler