Vector512.ConvertToUInt64Native(Vector512<Double>) 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.
Important
This API is not CLS-compliant.
Converts a Vector512<Double>
to a Vector512<UInt64>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector512<System::UInt64> ConvertToUInt64Native(System::Runtime::Intrinsics::Vector512<double> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<ulong> ConvertToUInt64Native (System.Runtime.Intrinsics.Vector512<double> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64Native : System.Runtime.Intrinsics.Vector512<double> -> System.Runtime.Intrinsics.Vector512<uint64>
Public Function ConvertToUInt64Native (vector As Vector512(Of Double)) As Vector512(Of ULong)
Parameters
Returns
The converted vector.
- Attributes
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.