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

Определение

Важно!

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

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

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

Параметры

vector
Vector256<Double>

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

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

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

Атрибуты

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