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

Определение

Важно!

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

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

Параметры

vector
Vector128<Double>

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

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

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

Атрибуты

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