共用方式為


Vector256.Narrow 方法

定義

多載

Narrow(Vector256<Double>, Vector256<Double>)

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

Narrow(Vector256<Int16>, Vector256<Int16>)

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

Narrow(Vector256<Int32>, Vector256<Int32>)

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

Narrow(Vector256<Int64>, Vector256<Int64>)

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

Narrow(Vector256<UInt16>, Vector256<UInt16>)

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

Narrow(Vector256<UInt32>, Vector256<UInt32>)

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

Narrow(Vector256<UInt64>, Vector256<UInt64>)

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

Narrow(Vector256<Double>, Vector256<Double>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

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

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

參數

lower
Vector256<Double>

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

upper
Vector256<Double>

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

傳回

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

適用於

Narrow(Vector256<Int16>, Vector256<Int16>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

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

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

參數

lower
Vector256<Int16>

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

upper
Vector256<Int16>

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

傳回

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

屬性

適用於

Narrow(Vector256<Int32>, Vector256<Int32>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

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

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

參數

lower
Vector256<Int32>

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

upper
Vector256<Int32>

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

傳回

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

適用於

Narrow(Vector256<Int64>, Vector256<Int64>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

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

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

參數

lower
Vector256<Int64>

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

upper
Vector256<Int64>

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

傳回

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

適用於

Narrow(Vector256<UInt16>, Vector256<UInt16>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

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

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

參數

lower
Vector256<UInt16>

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

upper
Vector256<UInt16>

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

傳回

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

屬性

適用於

Narrow(Vector256<UInt32>, Vector256<UInt32>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

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

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

參數

lower
Vector256<UInt32>

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

upper
Vector256<UInt32>

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

傳回

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

屬性

適用於

Narrow(Vector256<UInt64>, Vector256<UInt64>)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

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

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

參數

lower
Vector256<UInt64>

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

upper
Vector256<UInt64>

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

傳回

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

屬性

適用於