Vector128.Narrow 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Narrow(Vector128<UInt64>, Vector128<UInt64>)
重要
此 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
- 属性
适用于
Narrow(Vector128<UInt32>, Vector128<UInt32>)
重要
此 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
- 属性
适用于
Narrow(Vector128<UInt16>, Vector128<UInt16>)
重要
此 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
- 属性
适用于
Narrow(Vector128<Int16>, Vector128<Int16>)
重要
此 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
- 属性
适用于
Narrow(Vector128<Int32>, Vector128<Int32>)
将两个 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
适用于
Narrow(Vector128<Double>, Vector128<Double>)
将两个 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。
适用于
Narrow(Vector128<Int64>, Vector128<Int64>)
将两个 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)
参数
返回
Vector128<T>包含从和缩小的lower
upper
元素。