Vector512.AsNUInt<T>(Vector512<T>) Metoda

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Reinterprets a Vector512<T> as a new Vector512<T>.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<UIntPtr> AsNUInt(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<UIntPtr> AsNUInt<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsNUInt : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<unativeint>
<Extension()>
Public Function AsNUInt(Of T) (vector As Vector512(Of T)) As Vector512(Of UIntPtr)

Parametry typu

T

Typ prvků ve vektoru.

Parametry

vector
Vector512<T>

Vektor, který se má reinterpretovat.

Návraty

Vector512<UIntPtr>

Vector512<unativeint>

vector reinterpreted as a new Vector512<T>.

Atributy

Výjimky

Typ vector (T) není podporován.

Platí pro