Vector128.AsUInt16<T>(Vector128<T>) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Interpretiert ein Vector128<T> neues Vector128 Element des Typs UInt16neu.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector128<System::UInt16> AsUInt16(System::Runtime::Intrinsics::Vector128<T> vector);
public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector128<System::UInt16> AsUInt16(System::Runtime::Intrinsics::Vector128<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> AsUInt16<T>(this System.Runtime.Intrinsics.Vector128<T> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> AsUInt16<T>(this System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
[<System.CLSCompliant(false)>]
static member AsUInt16 : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<uint16>
[<System.CLSCompliant(false)>]
static member AsUInt16 : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<uint16> (requires 'T : struct)
<Extension()>
Public Function AsUInt16(Of T) (vector As Vector128(Of T)) As Vector128(Of UShort)
<Extension()>
Public Function AsUInt16(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of UShort)

Typparameter

T

Der Typ des Eingabevektors.

Parameter

vector
Vector128<T>

Der zu interpretierende Vektor.

Gibt zurück

vector neu interpretiert als neuer Vector128 Typ UInt16.

Attribute

Ausnahmen

Der Typ von vector (T) wird nicht unterstützt.

Gilt für: