Vector.Narrow Metode
Dalam artikel ini
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.
Narrow(Vector<UInt64>, Vector<UInt64>) |
Mempersempit dua instans |
Narrow(Vector<UInt32>, Vector<UInt32>) |
Mempersempit dua instans |
Narrow(Vector<Int64>, Vector<Int64>) |
Mempersempit dua instans |
Narrow(Vector<UInt16>, Vector<UInt16>) |
Mempersempit dua instans |
Narrow(Vector<Int16>, Vector<Int16>) |
Mempersempit dua instans |
Narrow(Vector<Double>, Vector<Double>) |
Mempersempit dua instans |
Narrow(Vector<Int32>, Vector<Int32>) |
Mempersempit dua instans |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
Mempersempit dua instans Vector<UInt64>
menjadi satu Vector<UInt32>
.
public:
static System::Numerics::Vector<System::UInt32> Narrow(System::Numerics::Vector<System::UInt64> source1, System::Numerics::Vector<System::UInt64> source2);
public:
static System::Numerics::Vector<System::UInt32> Narrow(System::Numerics::Vector<System::UInt64> low, System::Numerics::Vector<System::UInt64> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> Narrow(System.Numerics.Vector<ulong> source1, System.Numerics.Vector<ulong> source2);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> Narrow(System.Numerics.Vector<ulong> low, System.Numerics.Vector<ulong> high);
[<System.CLSCompliant(false)>]
static member Narrow : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint32>
Public Shared Function Narrow (source1 As Vector(Of ULong), source2 As Vector(Of ULong)) As Vector(Of UInteger)
Public Function Narrow (low As Vector(Of ULong), high As Vector(Of ULong)) As Vector(Of UInteger)
Public Shared Function Narrow (low As Vector(Of ULong), high As Vector(Of ULong)) As Vector(Of UInteger)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<UInt32>
yang berisi elemen yang dipersempit dari vektor sumber.
- Atribut
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
Mempersempit dua instans Vector<UInt32>
menjadi satu Vector<UInt16>
.
public:
static System::Numerics::Vector<System::UInt16> Narrow(System::Numerics::Vector<System::UInt32> source1, System::Numerics::Vector<System::UInt32> source2);
public:
static System::Numerics::Vector<System::UInt16> Narrow(System::Numerics::Vector<System::UInt32> low, System::Numerics::Vector<System::UInt32> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> Narrow(System.Numerics.Vector<uint> source1, System.Numerics.Vector<uint> source2);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> Narrow(System.Numerics.Vector<uint> low, System.Numerics.Vector<uint> high);
[<System.CLSCompliant(false)>]
static member Narrow : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint16>
Public Shared Function Narrow (source1 As Vector(Of UInteger), source2 As Vector(Of UInteger)) As Vector(Of UShort)
Public Function Narrow (low As Vector(Of UInteger), high As Vector(Of UInteger)) As Vector(Of UShort)
Public Shared Function Narrow (low As Vector(Of UInteger), high As Vector(Of UInteger)) As Vector(Of UShort)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<UInt16>
yang berisi elemen yang dipersempit dari vektor sumber.
- Atribut
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Mempersempit dua instans Vector<Int64>
menjadi satu Vector<Int32>
.
public:
static System::Numerics::Vector<int> Narrow(System::Numerics::Vector<long> source1, System::Numerics::Vector<long> source2);
public:
static System::Numerics::Vector<int> Narrow(System::Numerics::Vector<long> low, System::Numerics::Vector<long> high);
public static System.Numerics.Vector<int> Narrow(System.Numerics.Vector<long> source1, System.Numerics.Vector<long> source2);
public static System.Numerics.Vector<int> Narrow(System.Numerics.Vector<long> low, System.Numerics.Vector<long> high);
static member Narrow : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
static member Narrow : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int>
Public Shared Function Narrow (source1 As Vector(Of Long), source2 As Vector(Of Long)) As Vector(Of Integer)
Public Function Narrow (low As Vector(Of Long), high As Vector(Of Long)) As Vector(Of Integer)
Public Shared Function Narrow (low As Vector(Of Long), high As Vector(Of Long)) As Vector(Of Integer)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<Int32>
yang berisi elemen yang dipersempit dari vektor sumber.
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
Mempersempit dua instans Vector<UInt16>
menjadi satu Vector<Byte>
.
public:
static System::Numerics::Vector<System::Byte> Narrow(System::Numerics::Vector<System::UInt16> source1, System::Numerics::Vector<System::UInt16> source2);
public:
static System::Numerics::Vector<System::Byte> Narrow(System::Numerics::Vector<System::UInt16> low, System::Numerics::Vector<System::UInt16> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<byte> Narrow(System.Numerics.Vector<ushort> source1, System.Numerics.Vector<ushort> source2);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<byte> Narrow(System.Numerics.Vector<ushort> low, System.Numerics.Vector<ushort> high);
[<System.CLSCompliant(false)>]
static member Narrow : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<byte>
Public Shared Function Narrow (source1 As Vector(Of UShort), source2 As Vector(Of UShort)) As Vector(Of Byte)
Public Function Narrow (low As Vector(Of UShort), high As Vector(Of UShort)) As Vector(Of Byte)
Public Shared Function Narrow (low As Vector(Of UShort), high As Vector(Of UShort)) As Vector(Of Byte)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<Byte>
yang berisi elemen yang dipersempit dari vektor sumber.
- Atribut
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Penting
API ini bukan kompatibel CLS.
Mempersempit dua instans Vector<Int16>
menjadi satu Vector<SByte>
.
public:
static System::Numerics::Vector<System::SByte> Narrow(System::Numerics::Vector<short> source1, System::Numerics::Vector<short> source2);
public:
static System::Numerics::Vector<System::SByte> Narrow(System::Numerics::Vector<short> low, System::Numerics::Vector<short> high);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> Narrow(System.Numerics.Vector<short> source1, System.Numerics.Vector<short> source2);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<sbyte> Narrow(System.Numerics.Vector<short> low, System.Numerics.Vector<short> high);
[<System.CLSCompliant(false)>]
static member Narrow : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<sbyte>
Public Shared Function Narrow (source1 As Vector(Of Short), source2 As Vector(Of Short)) As Vector(Of SByte)
Public Function Narrow (low As Vector(Of Short), high As Vector(Of Short)) As Vector(Of SByte)
Public Shared Function Narrow (low As Vector(Of Short), high As Vector(Of Short)) As Vector(Of SByte)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<SByte>
yang berisi elemen yang dipersempit dari vektor sumber.
- Atribut
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Mempersempit dua instans Vector<Double>
menjadi satu Vector<Single>
.
public:
static System::Numerics::Vector<float> Narrow(System::Numerics::Vector<double> source1, System::Numerics::Vector<double> source2);
public:
static System::Numerics::Vector<float> Narrow(System::Numerics::Vector<double> low, System::Numerics::Vector<double> high);
public static System.Numerics.Vector<float> Narrow(System.Numerics.Vector<double> source1, System.Numerics.Vector<double> source2);
public static System.Numerics.Vector<float> Narrow(System.Numerics.Vector<double> low, System.Numerics.Vector<double> high);
static member Narrow : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<single>
static member Narrow : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> System.Numerics.Vector<single>
Public Shared Function Narrow (source1 As Vector(Of Double), source2 As Vector(Of Double)) As Vector(Of Single)
Public Function Narrow (low As Vector(Of Double), high As Vector(Of Double)) As Vector(Of Single)
Public Shared Function Narrow (low As Vector(Of Double), high As Vector(Of Double)) As Vector(Of Single)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<Single>
yang berisi elemen yang dipersempit dari vektor sumber.
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
- Sumber:
- Vector.cs
Mempersempit dua instans Vector<Int32>
menjadi satu Vector<Int16>
.
public:
static System::Numerics::Vector<short> Narrow(System::Numerics::Vector<int> source1, System::Numerics::Vector<int> source2);
public:
static System::Numerics::Vector<short> Narrow(System::Numerics::Vector<int> low, System::Numerics::Vector<int> high);
public static System.Numerics.Vector<short> Narrow(System.Numerics.Vector<int> source1, System.Numerics.Vector<int> source2);
public static System.Numerics.Vector<short> Narrow(System.Numerics.Vector<int> low, System.Numerics.Vector<int> high);
static member Narrow : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
static member Narrow : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int16>
Public Shared Function Narrow (source1 As Vector(Of Integer), source2 As Vector(Of Integer)) As Vector(Of Short)
Public Function Narrow (low As Vector(Of Integer), high As Vector(Of Integer)) As Vector(Of Short)
Public Shared Function Narrow (low As Vector(Of Integer), high As Vector(Of Integer)) As Vector(Of Short)
Parameter
Vektor sumber pertama, yang elemennya menjadi elemen indeks yang lebih rendah dari nilai yang dikembalikan.
Vektor sumber kedua, yang elemennya menjadi elemen indeks yang lebih tinggi dari nilai pengembalian.
Mengembalikan
Vector<Int16>
yang berisi elemen yang dipersempit dari vektor sumber.
Berlaku untuk
.NET 9 dan versi lainnya
Produk | Versi |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
Umpan balik .NET
.NET adalah proyek sumber terbuka. Pilih tautan untuk memberikan umpan balik: