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

Definicja

Reinterpretuje element Vector512<T> jako nowy Vector512<T>.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<double> AsDouble(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector512<double> AsDouble<T> (this System.Runtime.Intrinsics.Vector512<T> vector);
static member AsDouble : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<double>
<Extension()>
Public Function AsDouble(Of T) (vector As Vector512(Of T)) As Vector512(Of Double)

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 .

Wyjątki

Typ vector (T) nie jest obsługiwany.

Dotyczy