Vector128.ConvertToDouble Метод

Определение

Перегрузки

ConvertToDouble(Vector128<Int64>)

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

ConvertToDouble(Vector128<UInt64>)

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

ConvertToDouble(Vector128<Int64>)

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

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

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

Параметры

vector
Vector128<Int64>

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

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

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

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

ConvertToDouble(Vector128<UInt64>)

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

Важно!

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

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

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

Параметры

vector
Vector128<UInt64>

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

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

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

Атрибуты

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