Vector.AsVectorInt32<T>(Vector<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Réinterprète les bits d'un vecteur spécifié dans ceux d'un vecteur d'entiers.
public:
generic <typename T>
where T : value class static System::Numerics::Vector<int> AsVectorInt32(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<int> AsVectorInt32(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<int> AsVectorInt32<T> (System.Numerics.Vector<T> value) where T : struct;
public static System.Numerics.Vector<int> AsVectorInt32<T> (System.Numerics.Vector<T> value);
static member AsVectorInt32 : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<int> (requires 'T : struct)
static member AsVectorInt32 : System.Numerics.Vector<'T> -> System.Numerics.Vector<int>
Public Shared Function AsVectorInt32(Of T As Structure) (value As Vector(Of T)) As Vector(Of Integer)
Public Function AsVectorInt32(Of T As Structure) (value As Vector(Of T)) As Vector(Of Integer)
Public Function AsVectorInt32(Of T) (value As Vector(Of T)) As Vector(Of Integer)
Paramètres de type
- T
Type de vecteur.
T
peut être tout type numérique primitif.
Paramètres
- value
- Vector<T>
Vecteur source.
Retours
Vecteur réinterprété.
Exceptions
Le type de value
(T
) n’est pas pris en charge.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.