Vector128.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(Vector128<UInt64>) |
Converts a Vector128<T> to a Vector128<T>. |
ConvertToDouble(Vector128<Int64>) |
Converts a Vector128<T> to a Vector128<T>. |
ConvertToDouble(Vector128<UInt64>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Important
This API is not CLS-compliant.
Converts a Vector128<T> to a 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)
Parameters
Returns
The converted vector.
- Attributes
Applies to
ConvertToDouble(Vector128<Int64>)
- Source:
- Vector128.cs
- Source:
- Vector128.cs
- Source:
- Vector128.cs
Converts a Vector128<T> to a 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)
Parameters
Returns
The converted vector.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.