Vector256.ConvertToDouble Метод

Определение

Перегрузки

ConvertToDouble(Vector256<UInt64>)

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

ConvertToDouble(Vector256<Int64>)

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

ConvertToDouble(Vector256<UInt64>)

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

Важно!

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

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

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

Параметры

vector
Vector256<UInt64>

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

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

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

Атрибуты

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

ConvertToDouble(Vector256<Int64>)

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

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

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

Параметры

vector
Vector256<Int64>

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

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

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

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