AdvSimd.Arm64.ConvertToUInt64RoundAwayFromZero 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.
uint64x2_t vcvtaq_u64_f64 (float64x2_t a)
A64: FCVTAU Vd.2D, Vn.2D
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> ConvertToUInt64RoundAwayFromZero(System::Runtime::Intrinsics::Vector128<double> value);
C#
public static System.Runtime.Intrinsics.Vector128<ulong> ConvertToUInt64RoundAwayFromZero(System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64RoundAwayFromZero : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ConvertToUInt64RoundAwayFromZero (value As Vector128(Of Double)) As Vector128(Of ULong)
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 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: