Vector512.AsUInt32<T>(Vector512<T>) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Réinterprète un Vector512<T> en tant que nouveau Vector512<T>.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<System::UInt32> AsUInt32(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<uint> AsUInt32<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsUInt32 : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<uint32>
<Extension()>
Public Function AsUInt32(Of T) (vector As Vector512(Of T)) As Vector512(Of UInteger)

Paramètres de type

T

Type des éléments dans le vecteur.

Paramètres

vector
Vector512<T>

Vecteur à réinterpréter.

Retours

vector réinterprété en tant que nouveau Vector512<T>.

Attributs

Exceptions

Le type de vector (T) n’est pas pris en charge.

S’applique à