Vector512.AsSByte<T>(Vector512<T>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Ponownie interpretuje element Vector512<T> jako nowy Vector512<T>element .

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<System::SByte> AsSByte(System::Runtime::Intrinsics::Vector512<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<sbyte> AsSByte<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
[<System.CLSCompliant(false)>]
static member AsSByte : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<sbyte>
<Extension()>
Public Function AsSByte(Of T) (vector As Vector512(Of T)) As Vector512(Of SByte)

Parametry typu

T

Typ elementów w wektorze.

Parametry

vector
Vector512<T>

Wektor do ponownej interpretacji.

Zwraca

vector ponownie zinterpretowany jako nowy Vector512<T>element .

Atrybuty

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy