Vector512.ConvertToUInt32Native(Vector512<Single>) 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<Single>
to a Vector512<UInt32>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector512<System::UInt32> ConvertToUInt32Native(System::Runtime::Intrinsics::Vector512<float> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<uint> ConvertToUInt32Native (System.Runtime.Intrinsics.Vector512<float> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt32Native : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<uint32>
Public Function ConvertToUInt32Native (vector As Vector512(Of Single)) As Vector512(Of UInteger)
Parameters
Returns
The converted vector.
- Attributes
Applies to
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.