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

Definice

Přeloží bity zadaného vektoru na bity vektoru celých čísel nativní velikosti.

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;
public static System.Numerics.Vector<IntPtr> AsVectorNInt<T> (System.Numerics.Vector<T> value);

Parametry typu

T

Typ vstupního vektoru.

Parametry

value
Vector<T>

Vektor, který se má reinterpretovat.

Návraty

Vector<nint>

value reinterpreted as a new Vector<T>.

Výjimky

Typ value (T) není podporován.

Platí pro