Vector128.WidenLower Method
Definition
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.
Overloads
WidenLower(Vector128<Byte>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<Int16>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<Int32>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<SByte>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<Single>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<UInt16>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<UInt32>) |
Widens the lower half of a Vector128<T> into a Vector128<T>. |
WidenLower(Vector128<Byte>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> WidenLower(System::Runtime::Intrinsics::Vector128<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> WidenLower (System.Runtime.Intrinsics.Vector128<byte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function WidenLower (source As Vector128(Of Byte)) As Vector128(Of UShort)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
WidenLower(Vector128<Int16>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<int> WidenLower(System::Runtime::Intrinsics::Vector128<short> source);
public static System.Runtime.Intrinsics.Vector128<int> WidenLower (System.Runtime.Intrinsics.Vector128<short> source);
static member WidenLower : System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<int>
Public Function WidenLower (source As Vector128(Of Short)) As Vector128(Of Integer)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
WidenLower(Vector128<Int32>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<long> WidenLower(System::Runtime::Intrinsics::Vector128<int> source);
public static System.Runtime.Intrinsics.Vector128<long> WidenLower (System.Runtime.Intrinsics.Vector128<int> source);
static member WidenLower : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int64>
Public Function WidenLower (source As Vector128(Of Integer)) As Vector128(Of Long)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
WidenLower(Vector128<SByte>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<short> WidenLower(System::Runtime::Intrinsics::Vector128<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<short> WidenLower (System.Runtime.Intrinsics.Vector128<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<int16>
Public Function WidenLower (source As Vector128(Of SByte)) As Vector128(Of Short)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
WidenLower(Vector128<Single>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<double> WidenLower(System::Runtime::Intrinsics::Vector128<float> source);
public static System.Runtime.Intrinsics.Vector128<double> WidenLower (System.Runtime.Intrinsics.Vector128<float> source);
static member WidenLower : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<double>
Public Function WidenLower (source As Vector128(Of Single)) As Vector128(Of Double)
Parameters
Returns
A vector that contains the widened lower half of source
.
Applies to
WidenLower(Vector128<UInt16>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> WidenLower(System::Runtime::Intrinsics::Vector128<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> WidenLower (System.Runtime.Intrinsics.Vector128<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function WidenLower (source As Vector128(Of UShort)) As Vector128(Of UInteger)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes
Applies to
WidenLower(Vector128<UInt32>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Important
This API is not CLS-compliant.
Widens the lower half of a Vector128<T> into a Vector128<T>.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> WidenLower(System::Runtime::Intrinsics::Vector128<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ulong> WidenLower (System.Runtime.Intrinsics.Vector128<uint> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Function WidenLower (source As Vector128(Of UInteger)) As Vector128(Of ULong)
Parameters
Returns
A vector that contains the widened lower half of source
.
- Attributes