Vector256.ConvertToUInt32(Vector256<Single>) 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 Vector256<T> to a Vector256<T>.
public:
static System::Runtime::Intrinsics::Vector256<System::UInt32> ConvertToUInt32(System::Runtime::Intrinsics::Vector256<float> vector);
C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> ConvertToUInt32(System.Runtime.Intrinsics.Vector256<float> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<uint32>
Public Function ConvertToUInt32 (vector As Vector256(Of Single)) As Vector256(Of UInteger)
The converted vector.
- Attributes
Product | Versions |
---|---|
.NET | 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: