Vector512.ConvertToDouble Method
Definition
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.
Overloads
ConvertToDouble(Vector512<Int64>) |
Converts a Vector512<T> to a Vector512<T>. |
ConvertToDouble(Vector512<UInt64>) |
Converts a Vector512<T> to a Vector512<T>. |
ConvertToDouble(Vector512<Int64>)
- Source:
- Vector512.cs
- Source:
- Vector512.cs
Converts a Vector512<T> to a 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)
Parameters
Returns
The converted vector.
Applies to
ConvertToDouble(Vector512<UInt64>)
- Source:
- Vector512.cs
- Source:
- Vector512.cs
Important
This API is not CLS-compliant.
Converts a Vector512<T> to a 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)
Parameters
Returns
The converted vector.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.