Vector.ConvertToUInt32(Vector<Single>) Metod

Definition

Viktigt!

Detta API uppfyller inte CLS.

Konverterar en Vector<Single> till en 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 Shared Function ConvertToUInt32 (value As Vector(Of Single)) As Vector(Of UInteger)

Parametrar

value
Vector<Single>

Källvektorn.

Returer

Den konverterade vektorn.

Attribut

Gäller för