Udostępnij za pośrednictwem


Vector128.ConvertToUInt64(Vector128<Double>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Konwertuje element Vector128<T> na .Vector128<T>

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

Parametry

vector
Vector128<Double>

Wektor do konwersji.

Zwraca

Przekonwertowany wektor.

Atrybuty

Dotyczy