Поделиться через


Vector512.ConvertToDouble Метод

Определение

Перегрузки

ConvertToDouble(Vector512<UInt64>)

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

ConvertToDouble(Vector512<Int64>)

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

ConvertToDouble(Vector512<UInt64>)

Исходный код:
Vector512.cs
Исходный код:
Vector512.cs

Важно!

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

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

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

Параметры

vector
Vector512<UInt64>

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

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

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

Атрибуты

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

ConvertToDouble(Vector512<Int64>)

Исходный код:
Vector512.cs
Исходный код:
Vector512.cs

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

public:
 static System::Runtime::Intrinsics::Vector512<double> ConvertToDouble(System::Runtime::Intrinsics::Vector512<long> vector);
public static System.Runtime.Intrinsics.Vector512<double> ConvertToDouble (System.Runtime.Intrinsics.Vector512<long> vector);
static member ConvertToDouble : System.Runtime.Intrinsics.Vector512<int64> -> System.Runtime.Intrinsics.Vector512<double>
Public Function ConvertToDouble (vector As Vector512(Of Long)) As Vector512(Of Double)

Параметры

vector
Vector512<Int64>

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

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

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

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