Прочетете на английски Редактиране

Споделяне чрез


Vector128.WidenLower Method

Definition

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

WidenLower(Vector128<Int16>)

Source:
Vector128.cs
Source:
Vector128.cs

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

WidenLower(Vector128<Int32>)

Source:
Vector128.cs
Source:
Vector128.cs

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

WidenLower(Vector128<Single>)

Source:
Vector128.cs
Source:
Vector128.cs

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10

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

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

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

.NET 10 и други версии
Продукт Версии
.NET 8, 9, 10