Vector256.AsByte<T>(Vector256<T>) Methode

Definitie

Herinterpreteert een Vector256<T> als een nieuw Vector256 type Byte.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector256<System::Byte> AsByte(System::Runtime::Intrinsics::Vector256<T> vector);
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);
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> -> System.Runtime.Intrinsics.Vector256<byte>
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) (vector As Vector256(Of T)) As Vector256(Of Byte)
<Extension()>
Public Function AsByte(Of T As Structure) (vector As Vector256(Of T)) As Vector256(Of Byte)

Type parameters

T

Het type invoervector.

Parameters

vector
Vector256<T>

De vector die opnieuw moet worden geïnterpreteerd.

Retouren

vector opnieuw geïnterpreteerd als een nieuw Vector256 type Byte.

Uitzonderingen

Het type vector (T) wordt niet ondersteund.

Van toepassing op