Udostępnij za pośrednictwem


Vector512.ConvertToUInt64(Vector512<Double>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Konwertuje element Vector512<T> na .Vector512<T>

public:
 static System::Runtime::Intrinsics::Vector512<System::UInt64> ConvertToUInt64(System::Runtime::Intrinsics::Vector512<double> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ulong> ConvertToUInt64 (System.Runtime.Intrinsics.Vector512<double> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector512<double> -> System.Runtime.Intrinsics.Vector512<uint64>
Public Function ConvertToUInt64 (vector As Vector512(Of Double)) As Vector512(Of ULong)

Parametry

vector
Vector512<Double>

Wektor do konwersji.

Zwraca

Przekonwertowany wektor.

Atrybuty

Dotyczy