Vector256.AsByte<T>(Vector256<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 un Vector256<T> comme nouveau Vector256 de type Byte.
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector256<System::Byte> AsByte(System::Runtime::Intrinsics::Vector256<T> vector);
public static System.Runtime.Intrinsics.Vector256<byte> AsByte<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
static member AsByte : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector256<byte> (requires 'T : struct)
<Extension()>
Public Function AsByte(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of Byte)
Paramètres de type
- T
Type du vecteur d’entrée.
Paramètres
- vector
- Vector256<T>
Vecteur à réinterpréter.
Retours
vector
réinterprété comme nouveau Vector256 de type Byte.
Exceptions
Le type de vector
(T
) n’est pas pris en charge.