Vector128.WidenLower Method

Definition

Overloads

WidenLower(Vector128<UInt32>)

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<Single>)

Widens the lower half of a Vector128<T> into a Vector128<T>.

WidenLower(Vector128<Byte>)

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<Int16>)

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<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

source
Vector128<UInt32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Attributes

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

source
Vector128<UInt16>

The vector whose elements are to be widened.

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

source
Vector128<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

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

source
Vector128<Byte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Attributes

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

source
Vector128<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

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

source
Vector128<Int16>

The vector whose elements are to be widened.

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

source
Vector128<SByte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Attributes

Applies to