Vector.ConvertToUInt32Native(Vector<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 System.Numerics.Vector<System.Single> to a System.Numerics.Vector<System.UInt32> using platform specific behavior on overflow.

C#
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> ConvertToUInt32Native(System.Numerics.Vector<float> value);

Parameters

value
Vector<Single>

The vector to convert.

Returns

The converted vector.

Attributes

Applies to

Product Versions
.NET 9, 10