Vector64.ToScalar<T>(Vector64<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.
Convertit le vecteur donné en scalaire contenant la valeur du premier élément.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static T ToScalar(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T ToScalar(System::Runtime::Intrinsics::Vector64<T> vector);
public static T ToScalar<T> (this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
public static T ToScalar<T> (this System.Runtime.Intrinsics.Vector64<T> vector);
static member ToScalar : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> 'T (requires 'T : struct)
static member ToScalar : System.Runtime.Intrinsics.Vector64<'T> -> 'T
<Extension()>
Public Function ToScalar(Of T As Structure) (vector As Vector64(Of T)) As T
<Extension()>
Public Function ToScalar(Of T) (vector As Vector64(Of T)) As T
Paramètres de type
- T
Type du vecteur d’entrée.
Paramètres
- vector
- Vector64<T>
Vecteur à partir duquel le premier élément doit être obtenu.
Retours
T
Scalaire T
contenant la valeur du premier élément.
Exceptions
Le type de vector
(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.