Vector256.WidenLower Method

Definition

Overloads

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

WidenLower(Vector256<UInt16>)

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

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> WidenLower(System.Runtime.Intrinsics.Vector256<ushort> source);

Parameters

source
Vector256<UInt16>

The vector whose elements are to be widened.

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

WidenLower(Vector256<Single>)

Source:
Vector256.cs
Source:
Vector256.cs

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

C#
public static System.Runtime.Intrinsics.Vector256<double> WidenLower(System.Runtime.Intrinsics.Vector256<float> source);

Parameters

source
Vector256<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

WidenLower(Vector256<SByte>)

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

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<short> WidenLower(System.Runtime.Intrinsics.Vector256<sbyte> source);

Parameters

source
Vector256<SByte>

The vector whose elements are to be widened.

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

WidenLower(Vector256<UInt32>)

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

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> WidenLower(System.Runtime.Intrinsics.Vector256<uint> source);

Parameters

source
Vector256<UInt32>

The vector whose elements are to be widened.

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

WidenLower(Vector256<Int16>)

Source:
Vector256.cs
Source:
Vector256.cs

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

C#
public static System.Runtime.Intrinsics.Vector256<int> WidenLower(System.Runtime.Intrinsics.Vector256<short> source);

Parameters

source
Vector256<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10

WidenLower(Vector256<Byte>)

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

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ushort> WidenLower(System.Runtime.Intrinsics.Vector256<byte> source);

Parameters

source
Vector256<Byte>

The vector whose elements are to be widened.

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

WidenLower(Vector256<Int32>)

Source:
Vector256.cs
Source:
Vector256.cs

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

C#
public static System.Runtime.Intrinsics.Vector256<long> WidenLower(System.Runtime.Intrinsics.Vector256<int> source);

Parameters

source
Vector256<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 and other versions
Product Versions
.NET 8, 9, 10