Vector128.AsInt16<T>(Vector128<T>) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Herinterpreteert een Vector128<T> als een nieuw Vector128 type Int16.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<short> AsInt16(System::Runtime::Intrinsics::Vector128<T> vector);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static System::Runtime::Intrinsics::Vector128<short> AsInt16(System::Runtime::Intrinsics::Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector128<short> AsInt16<T>(this System.Runtime.Intrinsics.Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector128<short> AsInt16<T>(this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
static member AsInt16 : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<int16>
static member AsInt16 : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<int16> (requires 'T : struct)
<Extension()>
Public Function AsInt16(Of T) (vector As Vector128(Of T)) As Vector128(Of Short)
<Extension()>
Public Function AsInt16(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of Short)
Type parameters
- T
Het type invoervector.
Parameters
- vector
- Vector128<T>
De vector die opnieuw moet worden geïnterpreteerd.
Retouren
vector opnieuw geïnterpreteerd als een nieuw Vector128 type Int16.
Uitzonderingen
Het type vector (T) wordt niet ondersteund.