Vector256.WidenUpper Method

Definition

Overloads

WidenUpper(Vector256<Byte>)

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

WidenUpper(Vector256<Int16>)

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

WidenUpper(Vector256<Int32>)

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

WidenUpper(Vector256<SByte>)

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

WidenUpper(Vector256<Single>)

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

WidenUpper(Vector256<UInt16>)

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

WidenUpper(Vector256<UInt32>)

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

WidenUpper(Vector256<Byte>)

Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt16> WidenUpper(System::Runtime::Intrinsics::Vector256<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ushort> WidenUpper (System.Runtime.Intrinsics.Vector256<byte> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Runtime.Intrinsics.Vector256<byte> -> System.Runtime.Intrinsics.Vector256<uint16>
Public Function WidenUpper (source As Vector256(Of Byte)) As Vector256(Of UShort)

Parameters

source
Vector256<Byte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector256<Int16>)

Source:
Vector256.cs
Source:
Vector256.cs

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

public:
 static System::Runtime::Intrinsics::Vector256<int> WidenUpper(System::Runtime::Intrinsics::Vector256<short> source);
public static System.Runtime.Intrinsics.Vector256<int> WidenUpper (System.Runtime.Intrinsics.Vector256<short> source);
static member WidenUpper : System.Runtime.Intrinsics.Vector256<int16> -> System.Runtime.Intrinsics.Vector256<int>
Public Function WidenUpper (source As Vector256(Of Short)) As Vector256(Of Integer)

Parameters

source
Vector256<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector256<Int32>)

Source:
Vector256.cs
Source:
Vector256.cs

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

public:
 static System::Runtime::Intrinsics::Vector256<long> WidenUpper(System::Runtime::Intrinsics::Vector256<int> source);
public static System.Runtime.Intrinsics.Vector256<long> WidenUpper (System.Runtime.Intrinsics.Vector256<int> source);
static member WidenUpper : System.Runtime.Intrinsics.Vector256<int> -> System.Runtime.Intrinsics.Vector256<int64>
Public Function WidenUpper (source As Vector256(Of Integer)) As Vector256(Of Long)

Parameters

source
Vector256<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector256<SByte>)

Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector256<short> WidenUpper(System::Runtime::Intrinsics::Vector256<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<short> WidenUpper (System.Runtime.Intrinsics.Vector256<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Runtime.Intrinsics.Vector256<sbyte> -> System.Runtime.Intrinsics.Vector256<int16>
Public Function WidenUpper (source As Vector256(Of SByte)) As Vector256(Of Short)

Parameters

source
Vector256<SByte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector256<Single>)

Source:
Vector256.cs
Source:
Vector256.cs

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

public:
 static System::Runtime::Intrinsics::Vector256<double> WidenUpper(System::Runtime::Intrinsics::Vector256<float> source);
public static System.Runtime.Intrinsics.Vector256<double> WidenUpper (System.Runtime.Intrinsics.Vector256<float> source);
static member WidenUpper : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<double>
Public Function WidenUpper (source As Vector256(Of Single)) As Vector256(Of Double)

Parameters

source
Vector256<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector256<UInt16>)

Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt32> WidenUpper(System::Runtime::Intrinsics::Vector256<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> WidenUpper (System.Runtime.Intrinsics.Vector256<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Runtime.Intrinsics.Vector256<uint16> -> System.Runtime.Intrinsics.Vector256<uint32>
Public Function WidenUpper (source As Vector256(Of UShort)) As Vector256(Of UInteger)

Parameters

source
Vector256<UInt16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector256<UInt32>)

Source:
Vector256.cs
Source:
Vector256.cs

Important

This API is not CLS-compliant.

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

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt64> WidenUpper(System::Runtime::Intrinsics::Vector256<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> WidenUpper (System.Runtime.Intrinsics.Vector256<uint> source);
[<System.CLSCompliant(false)>]
static member WidenUpper : System.Runtime.Intrinsics.Vector256<uint32> -> System.Runtime.Intrinsics.Vector256<uint64>
Public Function WidenUpper (source As Vector256(Of UInteger)) As Vector256(Of ULong)

Parameters

source
Vector256<UInt32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to