Lezen in het Engels Bewerken

Delen via


Vector.WidenLower Method

Definition

Overloads

WidenLower(Vector<UInt32>)

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

WidenLower(Vector<UInt16>)

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

WidenLower(Vector<Single>)

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

WidenLower(Vector<Int16>)

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

WidenLower(Vector<Int32>)

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

WidenLower(Vector<Byte>)

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

WidenLower(Vector<SByte>)

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

WidenLower(Vector<UInt32>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> WidenLower(System.Numerics.Vector<uint> source);

Parameters

source
Vector<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 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<UInt16>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> WidenLower(System.Numerics.Vector<ushort> source);

Parameters

source
Vector<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 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<Single>)

Source:
Vector.cs
Source:
Vector.cs

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

public static System.Numerics.Vector<double> WidenLower(System.Numerics.Vector<float> source);

Parameters

source
Vector<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<Int16>)

Source:
Vector.cs
Source:
Vector.cs

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

public static System.Numerics.Vector<int> WidenLower(System.Numerics.Vector<short> source);

Parameters

source
Vector<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<Int32>)

Source:
Vector.cs
Source:
Vector.cs

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

public static System.Numerics.Vector<long> WidenLower(System.Numerics.Vector<int> source);

Parameters

source
Vector<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened lower half of source.

Applies to

.NET 10 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<Byte>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> WidenLower(System.Numerics.Vector<byte> source);

Parameters

source
Vector<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 en andere versies
Product Versies
.NET 8, 9, 10

WidenLower(Vector<SByte>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

[System.CLSCompliant(false)]
public static System.Numerics.Vector<short> WidenLower(System.Numerics.Vector<sbyte> source);

Parameters

source
Vector<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 en andere versies
Product Versies
.NET 8, 9, 10