Vector.ConvertToUInt32Native(Vector<Single>) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Converteert een System.Numerics.Vector<System.Single> naar een System.Numerics.Vector<System.UInt32> gebruik van platformspecifiek gedrag op overloop.

public:
 static System::Numerics::Vector<System::UInt32> ConvertToUInt32Native(System::Numerics::Vector<float> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> ConvertToUInt32Native(System.Numerics.Vector<float> value);
[<System.CLSCompliant(false)>]
static member ConvertToUInt32Native : System.Numerics.Vector<single> -> System.Numerics.Vector<uint32>
Public Function ConvertToUInt32Native (value As Vector(Of Single)) As Vector(Of UInteger)

Parameters

value
Vector<Single>

De vector die moet worden geconverteerd.

Retouren

De geconverteerde vector.

Kenmerken

Van toepassing op