Поделиться через


Vector512.ConvertToUInt64(Vector512<Double>) Метод

Определение

Важно!

Этот API несовместим с CLS.

Преобразует Vector512<T> в 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)

Параметры

vector
Vector512<Double>

Преобразуемый вектор.

Возвращаемое значение

Преобразованный вектор.

Атрибуты

Применяется к