Vector512.WithLower<T>(Vector512<T>, Vector256<T>) Metodo

Definizione

Crea un nuovo Vector512<T> oggetto con i 256 bit inferiori impostati sul valore specificato e i 256 bit superiori impostati sullo stesso valore di quello nel vettore specificato.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<T> WithLower(System::Runtime::Intrinsics::Vector512<T> vector, System::Runtime::Intrinsics::Vector256<T> value);
public static System.Runtime.Intrinsics.Vector512<T> WithLower<T> (this System.Runtime.Intrinsics.Vector512<T> vector, System.Runtime.Intrinsics.Vector256<T> value);
static member WithLower : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function WithLower(Of T) (vector As Vector512(Of T), value As Vector256(Of T)) As Vector512(Of T)

Parametri di tipo

T

Tipo del vettore di input.

Parametri

vector
Vector512<T>

Vettore da cui ottenere i 256 bit superiori.

value
Vector256<T>

Valore dei 256 bit inferiori come .Vector256<T>

Restituisce

Vector512<T> Nuovo con i 256 bit inferiori impostati su value e i 256 bit superiori impostati sullo stesso valore di quello in vector.

Eccezioni

Il tipo vector (T) non è supportato.

Si applica a