Vector.AsVectorNInt<T>(Vector<T>) Methode

Definitie

Herinterpreteert de bits van een opgegeven vector in die van een vector van gehele getallen van systeemeigen grootte.

public:
generic <typename T>
 static System::Numerics::Vector<IntPtr> AsVectorNInt(System::Numerics::Vector<T> value);
public:
generic <typename T>
 where T : value class static System::Numerics::Vector<IntPtr> AsVectorNInt(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<IntPtr> AsVectorNInt<T>(System.Numerics.Vector<T> value);
public static System.Numerics.Vector<nint> AsVectorNInt<T>(System.Numerics.Vector<T> value) where T : struct;
public static System.Numerics.Vector<IntPtr> AsVectorNInt<T>(System.Numerics.Vector<T> value) where T : struct;
static member AsVectorNInt : System.Numerics.Vector<'T> -> System.Numerics.Vector<nativeint>
static member AsVectorNInt : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<nativeint> (requires 'T : struct)
Public Function AsVectorNInt(Of T) (value As Vector(Of T)) As Vector(Of IntPtr)
Public Function AsVectorNInt(Of T As Structure) (value As Vector(Of T)) As Vector(Of IntPtr)

Type parameters

T

Het type invoervector.

Parameters

value
Vector<T>

De vector die opnieuw moet worden geïnterpreteerd.

Retouren

Vector<IntPtr>

Vector<nativeint>

value opnieuw geïnterpreteerd als een nieuwe Vector<T>.

Uitzonderingen

Het type value (T) wordt niet ondersteund.

Van toepassing op