Vector128.Narrow Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Narrow(Vector128<UInt64>, Vector128<UInt64>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<UInt32>, Vector128<UInt32>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<UInt16>, Vector128<UInt16>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<Int16>, Vector128<Int16>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<Int32>, Vector128<Int32>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<Double>, Vector128<Double>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<Int64>, Vector128<Int64>) |
Restringe duas instâncias Vector128<T> em um Vector128<T>. |
Narrow(Vector128<UInt64>, Vector128<UInt64>)
Importante
Esta API não está em conformidade com CLS.
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
- Atributos
Aplica-se a
Narrow(Vector128<UInt32>, Vector128<UInt32>)
Importante
Esta API não está em conformidade com CLS.
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
- Atributos
Aplica-se a
Narrow(Vector128<UInt16>, Vector128<UInt16>)
Importante
Esta API não está em conformidade com CLS.
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
- Atributos
Aplica-se a
Narrow(Vector128<Int16>, Vector128<Int16>)
Importante
Esta API não está em conformidade com CLS.
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
- Atributos
Aplica-se a
Narrow(Vector128<Int32>, Vector128<Int32>)
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
Aplica-se a
Narrow(Vector128<Double>, Vector128<Double>)
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.
Aplica-se a
Narrow(Vector128<Int64>, Vector128<Int64>)
Restringe duas instâncias Vector128<T> em um 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)
Parâmetros
Retornos
Um Vector128<T> elemento que contém os elementos restritos de lower
e upper
.