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

Определение

Внимание

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

Преобразует объект в Vector64<Double> использование конкретного Vector64<UInt64> поведения платформы при переполнении.

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

Параметры

vector
Vector64<Double>

Вектор для преобразования.

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

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

Атрибуты

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