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

Definizione

Reinterpreta un Vector512<T> come nuovo 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)

Parametri di tipo

T

Tipo degli elementi nel vettore.

Parametri

vector
Vector512<T>

Vettore da reinterpretare.

Restituisce

vector reinterpretato come nuovo Vector512<T>.

Eccezioni

Il tipo vector (T) non è supportato.

Si applica a