Vector512.WidenUpper Method

Definition

Overloads

WidenUpper(Vector512<UInt32>)

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

WidenUpper(Vector512<UInt16>)

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

WidenUpper(Vector512<Single>)

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

WidenUpper(Vector512<Byte>)

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

WidenUpper(Vector512<Int32>)

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

WidenUpper(Vector512<Int16>)

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

WidenUpper(Vector512<SByte>)

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

WidenUpper(Vector512<UInt32>)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector512<UInt32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector512<UInt16>)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector512<UInt16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector512<Single>)

Source:
Vector512.cs
Source:
Vector512.cs

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

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

Parameters

source
Vector512<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector512<Byte>)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector512<Byte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector512<Int32>)

Source:
Vector512.cs
Source:
Vector512.cs

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

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

Parameters

source
Vector512<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector512<Int16>)

Source:
Vector512.cs
Source:
Vector512.cs

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

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

Parameters

source
Vector512<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector512<SByte>)

Source:
Vector512.cs
Source:
Vector512.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector512<SByte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to