Vector64.ConvertToDouble Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ConvertToDouble(Vector64<UInt64>) |
Converts a Vector64<T> to a Vector64<T>. |
ConvertToDouble(Vector64<Int64>) |
Converts a Vector64<T> to a Vector64<T>. |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Converts a Vector64<T> to a Vector64<T>.
public:
static System::Runtime::Intrinsics::Vector64<double> ConvertToDouble(System::Runtime::Intrinsics::Vector64<System::UInt64> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDouble (System.Runtime.Intrinsics.Vector64<ulong> vector);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<double>
Public Function ConvertToDouble (vector As Vector64(Of ULong)) As Vector64(Of Double)
Parameters
Returns
The converted vector.
- Attributes
Applies to
.NET 9 и другие версии
Продукт | Версии |
---|---|
.NET | 7, 8, 9 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Converts a Vector64<T> to a Vector64<T>.
public:
static System::Runtime::Intrinsics::Vector64<double> ConvertToDouble(System::Runtime::Intrinsics::Vector64<long> vector);
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDouble (System.Runtime.Intrinsics.Vector64<long> vector);
static member ConvertToDouble : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<double>
Public Function ConvertToDouble (vector As Vector64(Of Long)) As Vector64(Of Double)
Parameters
Returns
The converted vector.
Applies to
.NET 9 и другие версии
Продукт | Версии |
---|---|
.NET | 7, 8, 9 |
Отзыв о .NET
.NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: