Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Vector.WidenUpper Method

Definition

Overloads

WidenUpper(Vector<Byte>)

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

WidenUpper(Vector<Int16>)

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

WidenUpper(Vector<Int32>)

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

WidenUpper(Vector<SByte>)

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

WidenUpper(Vector<Single>)

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

WidenUpper(Vector<UInt16>)

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

WidenUpper(Vector<UInt32>)

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

WidenUpper(Vector<Byte>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector<Byte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<Int16>)

Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<int> WidenUpper(System.Numerics.Vector<short> source);

Parameters

source
Vector<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<Int32>)

Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<long> WidenUpper(System.Numerics.Vector<int> source);

Parameters

source
Vector<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<SByte>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector<SByte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<Single>)

Source:
Vector.cs
Source:
Vector.cs

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

C#
public static System.Numerics.Vector<double> WidenUpper(System.Numerics.Vector<float> source);

Parameters

source
Vector<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<UInt16>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector<UInt16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10

WidenUpper(Vector<UInt32>)

Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector<UInt32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

.NET 10 és más verziók
Termék Verziók
.NET 8, 9, 10