Vector256.ConvertToUInt64Native(Vector256<Double>) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Важно!
Этот API несовместим с CLS.
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> ConvertToUInt64Native(System::Runtime::Intrinsics::Vector256<double> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> ConvertToUInt64Native (System.Runtime.Intrinsics.Vector256<double> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64Native : System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<uint64>
Public Function ConvertToUInt64Native (vector As Vector256(Of Double)) As Vector256(Of ULong)
Параметры
Возвращаемое значение
- Атрибуты