Vector256.WidenLower Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WidenLower(Vector256<UInt16>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<Single>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<SByte>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<UInt32>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<Int16>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<Byte>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
WidenLower(Vector256<Int32>) |
Widens the lower half of a Vector256<T> into a Vector256<T>. |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
- Source:
- Vector256.cs
- Source:
- Vector256.cs
Widens the lower half of a Vector256<T> into a 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)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: