Language

Vector64.ConcatUpperLower<T> Method

Definition

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector64<T> ConcatUpperLower(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static System.Runtime.Intrinsics.Vector64<T> ConcatUpperLower<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
static member ConcatUpperLower : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
Public Function ConcatUpperLower(Of T) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)

Type Parameters

T

Parameters

right
Vector64<T>

Returns

Applies to