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

Definitie

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

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

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 Int64.

Uitzonderingen

Het type vector (T) wordt niet ondersteund.

Van toepassing op