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

Определение

Важно!

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

Преобразует Vector64<T> в Vector64<T>.

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

Параметры

vector
Vector64<Double>

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

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

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

Атрибуты

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