Vector512.ConvertToUInt64Native(Vector512<Double>) 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.
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);
C#
[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)
The converted vector.
- Attributes
Product | Versions |
---|---|
.NET | 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: