Vector64.WidenUpper Method

Definition

Overloads

WidenUpper(Vector64<Byte>)

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

WidenUpper(Vector64<Int16>)

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

WidenUpper(Vector64<Int32>)

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

WidenUpper(Vector64<SByte>)

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

WidenUpper(Vector64<Single>)

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

WidenUpper(Vector64<UInt16>)

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

WidenUpper(Vector64<UInt32>)

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

WidenUpper(Vector64<Byte>)

Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector64<Byte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector64<Int16>)

Source:
Vector64.cs
Source:
Vector64.cs

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

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

Parameters

source
Vector64<Int16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector64<Int32>)

Source:
Vector64.cs
Source:
Vector64.cs

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

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

Parameters

source
Vector64<Int32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector64<SByte>)

Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector64<SByte>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector64<Single>)

Source:
Vector64.cs
Source:
Vector64.cs

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

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

Parameters

source
Vector64<Single>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Applies to

WidenUpper(Vector64<UInt16>)

Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector64<UInt16>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to

WidenUpper(Vector64<UInt32>)

Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector64<UInt32>

The vector whose elements are to be widened.

Returns

A vector that contains the widened upper half of source.

Attributes

Applies to