Vector64.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(Vector64<UInt64>) |
Converts a Vector64<T> to a Vector64<T>. |
ConvertToDouble(Vector64<Int64>) |
Converts a Vector64<T> to a Vector64<T>. |
ConvertToDouble(Vector64<UInt64>)
- 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
ConvertToDouble(Vector64<Int64>)
- 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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.