Vector512.ConvertToInt32Native(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.
Converts a Vector512<Single>
to a Vector512<Int32>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector512<int> ConvertToInt32Native(System::Runtime::Intrinsics::Vector512<float> vector);
public static System.Runtime.Intrinsics.Vector512<int> ConvertToInt32Native (System.Runtime.Intrinsics.Vector512<float> vector);
static member ConvertToInt32Native : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<int>
Public Function ConvertToInt32Native (vector As Vector512(Of Single)) As Vector512(Of Integer)
Parameters
Returns
The converted vector.
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.