Vector64.AsSByte<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.
Important
Cette API n’est pas conforme CLS.
Réinterpret un Vector64<T> nouveau Vector64 type SByte.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector64<System::SByte> AsSByte(System::Runtime::Intrinsics::Vector64<T> vector);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector64<System::SByte> AsSByte(System::Runtime::Intrinsics::Vector64<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<sbyte> AsSByte<T>(this System.Runtime.Intrinsics.Vector64<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<sbyte> AsSByte<T>(this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
[<System.CLSCompliant(false)>]
static member AsSByte : System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<sbyte>
[<System.CLSCompliant(false)>]
static member AsSByte : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<sbyte> (requires 'T : struct)
<Extension()>
Public Function AsSByte(Of T) (vector As Vector64(Of T)) As Vector64(Of SByte)
<Extension()>
Public Function AsSByte(Of T As Structure) (vector As Vector64(Of T)) As Vector64(Of SByte)
Paramètres de type
- T
Type du vecteur d’entrée.
Paramètres
- vector
- Vector64<T>
Vecteur à réinterpréter.
Retours
vector réinterprété comme un nouveau Vector64 type SByte.
- Attributs
Exceptions
Le type de vector (T) n’est pas pris en charge.