Vector256.WidenLower Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
WidenLower(Vector256<UInt32>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<UInt16>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<Single>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<SByte>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<Int32>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<Int16>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<Byte>) |
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T> |
WidenLower(Vector256<UInt32>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> WidenLower(System::Runtime::Intrinsics::Vector256<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> WidenLower (System.Runtime.Intrinsics.Vector256<uint> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector256<uint32> -> System.Runtime.Intrinsics.Vector256<uint64>
Public Function WidenLower (source As Vector256(Of UInteger)) As Vector256(Of ULong)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector256<UInt16>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<System::UInt32> WidenLower(System::Runtime::Intrinsics::Vector256<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> WidenLower (System.Runtime.Intrinsics.Vector256<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector256<uint16> -> System.Runtime.Intrinsics.Vector256<uint32>
Public Function WidenLower (source As Vector256(Of UShort)) As Vector256(Of UInteger)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector256<Single>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<double> WidenLower(System::Runtime::Intrinsics::Vector256<float> source);
public static System.Runtime.Intrinsics.Vector256<double> WidenLower (System.Runtime.Intrinsics.Vector256<float> source);
static member WidenLower : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<double>
Public Function WidenLower (source As Vector256(Of Single)) As Vector256(Of Double)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector256<SByte>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<short> WidenLower(System::Runtime::Intrinsics::Vector256<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<short> WidenLower (System.Runtime.Intrinsics.Vector256<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector256<sbyte> -> System.Runtime.Intrinsics.Vector256<int16>
Public Function WidenLower (source As Vector256(Of SByte)) As Vector256(Of Short)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector256<Int32>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<long> WidenLower(System::Runtime::Intrinsics::Vector256<int> source);
public static System.Runtime.Intrinsics.Vector256<long> WidenLower (System.Runtime.Intrinsics.Vector256<int> source);
static member WidenLower : System.Runtime.Intrinsics.Vector256<int> -> System.Runtime.Intrinsics.Vector256<int64>
Public Function WidenLower (source As Vector256(Of Integer)) As Vector256(Of Long)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector256<Int16>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<int> WidenLower(System::Runtime::Intrinsics::Vector256<short> source);
public static System.Runtime.Intrinsics.Vector256<int> WidenLower (System.Runtime.Intrinsics.Vector256<short> source);
static member WidenLower : System.Runtime.Intrinsics.Vector256<int16> -> System.Runtime.Intrinsics.Vector256<int>
Public Function WidenLower (source As Vector256(Of Short)) As Vector256(Of Integer)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector256<Byte>)
- Źródło:
- Vector256.cs
- Źródło:
- Vector256.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector256<T> w .Vector256<T>
public:
static System::Runtime::Intrinsics::Vector256<System::UInt16> WidenLower(System::Runtime::Intrinsics::Vector256<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ushort> WidenLower (System.Runtime.Intrinsics.Vector256<byte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector256<byte> -> System.Runtime.Intrinsics.Vector256<uint16>
Public Function WidenLower (source As Vector256(Of Byte)) As Vector256(Of UShort)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty