Vector512.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(Vector512<Byte>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<Int16>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<Int32>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<SByte>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<Single>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<UInt16>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<UInt32>) |
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T> |
WidenLower(Vector512<Byte>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<System::UInt16> WidenLower(System::Runtime::Intrinsics::Vector512<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ushort> WidenLower (System.Runtime.Intrinsics.Vector512<byte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector512<byte> -> System.Runtime.Intrinsics.Vector512<uint16>
Public Function WidenLower (source As Vector512(Of Byte)) As Vector512(Of UShort)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector512<Int16>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<int> WidenLower(System::Runtime::Intrinsics::Vector512<short> source);
public static System.Runtime.Intrinsics.Vector512<int> WidenLower (System.Runtime.Intrinsics.Vector512<short> source);
static member WidenLower : System.Runtime.Intrinsics.Vector512<int16> -> System.Runtime.Intrinsics.Vector512<int>
Public Function WidenLower (source As Vector512(Of Short)) As Vector512(Of Integer)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector512<Int32>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<long> WidenLower(System::Runtime::Intrinsics::Vector512<int> source);
public static System.Runtime.Intrinsics.Vector512<long> WidenLower (System.Runtime.Intrinsics.Vector512<int> source);
static member WidenLower : System.Runtime.Intrinsics.Vector512<int> -> System.Runtime.Intrinsics.Vector512<int64>
Public Function WidenLower (source As Vector512(Of Integer)) As Vector512(Of Long)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector512<SByte>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<short> WidenLower(System::Runtime::Intrinsics::Vector512<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<short> WidenLower (System.Runtime.Intrinsics.Vector512<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector512<sbyte> -> System.Runtime.Intrinsics.Vector512<int16>
Public Function WidenLower (source As Vector512(Of SByte)) As Vector512(Of Short)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector512<Single>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<double> WidenLower(System::Runtime::Intrinsics::Vector512<float> source);
public static System.Runtime.Intrinsics.Vector512<double> WidenLower (System.Runtime.Intrinsics.Vector512<float> source);
static member WidenLower : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<double>
Public Function WidenLower (source As Vector512(Of Single)) As Vector512(Of Double)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
Dotyczy
WidenLower(Vector512<UInt16>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<System::UInt32> WidenLower(System::Runtime::Intrinsics::Vector512<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<uint> WidenLower (System.Runtime.Intrinsics.Vector512<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector512<uint16> -> System.Runtime.Intrinsics.Vector512<uint32>
Public Function WidenLower (source As Vector512(Of UShort)) As Vector512(Of UInteger)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty
Dotyczy
WidenLower(Vector512<UInt32>)
- Źródło:
- Vector512.cs
- Źródło:
- Vector512.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Rozszerza dolną połowę wartości Vector512<T> w .Vector512<T>
public:
static System::Runtime::Intrinsics::Vector512<System::UInt64> WidenLower(System::Runtime::Intrinsics::Vector512<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ulong> WidenLower (System.Runtime.Intrinsics.Vector512<uint> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector512<uint32> -> System.Runtime.Intrinsics.Vector512<uint64>
Public Function WidenLower (source As Vector512(Of UInteger)) As Vector512(Of ULong)
Parametry
Zwraca
Wektor zawierający rozszerzonej dolnej połowy .source
- Atrybuty