Share via


Vector128.Narrow 方法

定義

多載

Narrow(Vector128<UInt32>, Vector128<UInt32>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<UInt16>, Vector128<UInt16>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<Int64>, Vector128<Int64>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<UInt64>, Vector128<UInt64>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<Int16>, Vector128<Int16>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<Double>, Vector128<Double>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<Int32>, Vector128<Int32>)

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

Narrow(Vector128<UInt32>, Vector128<UInt32>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

重要

此 API 不符合 CLS 規範。

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> Narrow(System::Runtime::Intrinsics::Vector128<System::UInt32> lower, System::Runtime::Intrinsics::Vector128<System::UInt32> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> Narrow (System.Runtime.Intrinsics.Vector128<uint> lower, System.Runtime.Intrinsics.Vector128<uint> upper);
[<System.CLSCompliant(false)>]
static member Narrow : System.Runtime.Intrinsics.Vector128<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function Narrow (lower As Vector128(Of UInteger), upper As Vector128(Of UInteger)) As Vector128(Of UShort)

參數

lower
Vector128<UInt32>

將縮小至結果向量下半部的向量。

upper
Vector128<UInt32>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

屬性

適用於

Narrow(Vector128<UInt16>, Vector128<UInt16>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

重要

此 API 不符合 CLS 規範。

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> Narrow(System::Runtime::Intrinsics::Vector128<System::UInt16> lower, System::Runtime::Intrinsics::Vector128<System::UInt16> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<byte> Narrow (System.Runtime.Intrinsics.Vector128<ushort> lower, System.Runtime.Intrinsics.Vector128<ushort> upper);
[<System.CLSCompliant(false)>]
static member Narrow : System.Runtime.Intrinsics.Vector128<uint16> * System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<byte>
Public Function Narrow (lower As Vector128(Of UShort), upper As Vector128(Of UShort)) As Vector128(Of Byte)

參數

lower
Vector128<UInt16>

將縮小至結果向量下半部的向量。

upper
Vector128<UInt16>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

屬性

適用於

Narrow(Vector128<Int64>, Vector128<Int64>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<int> Narrow(System::Runtime::Intrinsics::Vector128<long> lower, System::Runtime::Intrinsics::Vector128<long> upper);
public static System.Runtime.Intrinsics.Vector128<int> Narrow (System.Runtime.Intrinsics.Vector128<long> lower, System.Runtime.Intrinsics.Vector128<long> upper);
static member Narrow : System.Runtime.Intrinsics.Vector128<int64> * System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int>
Public Function Narrow (lower As Vector128(Of Long), upper As Vector128(Of Long)) As Vector128(Of Integer)

參數

lower
Vector128<Int64>

將縮小至結果向量下半部的向量。

upper
Vector128<Int64>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

適用於

Narrow(Vector128<UInt64>, Vector128<UInt64>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

重要

此 API 不符合 CLS 規範。

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> Narrow(System::Runtime::Intrinsics::Vector128<System::UInt64> lower, System::Runtime::Intrinsics::Vector128<System::UInt64> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> Narrow (System.Runtime.Intrinsics.Vector128<ulong> lower, System.Runtime.Intrinsics.Vector128<ulong> upper);
[<System.CLSCompliant(false)>]
static member Narrow : System.Runtime.Intrinsics.Vector128<uint64> * System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function Narrow (lower As Vector128(Of ULong), upper As Vector128(Of ULong)) As Vector128(Of UInteger)

參數

lower
Vector128<UInt64>

將縮小至結果向量下半部的向量。

upper
Vector128<UInt64>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

屬性

適用於

Narrow(Vector128<Int16>, Vector128<Int16>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

重要

此 API 不符合 CLS 規範。

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> Narrow(System::Runtime::Intrinsics::Vector128<short> lower, System::Runtime::Intrinsics::Vector128<short> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> Narrow (System.Runtime.Intrinsics.Vector128<short> lower, System.Runtime.Intrinsics.Vector128<short> upper);
[<System.CLSCompliant(false)>]
static member Narrow : System.Runtime.Intrinsics.Vector128<int16> * System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function Narrow (lower As Vector128(Of Short), upper As Vector128(Of Short)) As Vector128(Of SByte)

參數

lower
Vector128<Int16>

將縮小至結果向量下半部的向量。

upper
Vector128<Int16>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

屬性

適用於

Narrow(Vector128<Double>, Vector128<Double>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<float> Narrow(System::Runtime::Intrinsics::Vector128<double> lower, System::Runtime::Intrinsics::Vector128<double> upper);
public static System.Runtime.Intrinsics.Vector128<float> Narrow (System.Runtime.Intrinsics.Vector128<double> lower, System.Runtime.Intrinsics.Vector128<double> upper);
static member Narrow : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<single>
Public Function Narrow (lower As Vector128(Of Double), upper As Vector128(Of Double)) As Vector128(Of Single)

參數

lower
Vector128<Double>

將縮小至結果向量下半部的向量。

upper
Vector128<Double>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

適用於

Narrow(Vector128<Int32>, Vector128<Int32>)

來源:
Vector128.cs
來源:
Vector128.cs
來源:
Vector128.cs

將兩個 Vector128<T> 執行個體縮小成一個 Vector128<T>

public:
 static System::Runtime::Intrinsics::Vector128<short> Narrow(System::Runtime::Intrinsics::Vector128<int> lower, System::Runtime::Intrinsics::Vector128<int> upper);
public static System.Runtime.Intrinsics.Vector128<short> Narrow (System.Runtime.Intrinsics.Vector128<int> lower, System.Runtime.Intrinsics.Vector128<int> upper);
static member Narrow : System.Runtime.Intrinsics.Vector128<int> * System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int16>
Public Function Narrow (lower As Vector128(Of Integer), upper As Vector128(Of Integer)) As Vector128(Of Short)

參數

lower
Vector128<Int32>

將縮小至結果向量下半部的向量。

upper
Vector128<Int32>

將縮小至結果向量上半部的向量。

傳回

Vector128<T> 包含從 lowerupper 縮小的專案。

適用於