Vector64.AsInt32<T>(Vector64<T>) Methode

Definitie

Herinterpreteert een Vector64<T> als een nieuw Vector64 type Int32.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector64<int> AsInt32(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector64<int> AsInt32(System::Runtime::Intrinsics::Vector64<T> vector);
public static System.Runtime.Intrinsics.Vector64<int> AsInt32<T>(this System.Runtime.Intrinsics.Vector64<T> vector);
public static System.Runtime.Intrinsics.Vector64<int> AsInt32<T>(this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
static member AsInt32 : System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<int>
static member AsInt32 : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<int> (requires 'T : struct)
<Extension()>
Public Function AsInt32(Of T) (vector As Vector64(Of T)) As Vector64(Of Integer)
<Extension()>
Public Function AsInt32(Of T As Structure) (vector As Vector64(Of T)) As Vector64(Of Integer)

Type parameters

T

Het type invoervector.

Parameters

vector
Vector64<T>

De vector die opnieuw moet worden geïnterpreteerd.

Retouren

vector opnieuw geïnterpreteerd als een nieuw Vector64 type Int32.

Uitzonderingen

Het type vector (T) wordt niet ondersteund.

Van toepassing op