Vector.ConvertToUInt32(Vector<Single>) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Converteert een Vector<Single> naar een Vector<UInt32>.

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

Parameters

value
Vector<Single>

De bronvector.

Retouren

De geconverteerde vector.

Kenmerken

Van toepassing op