Aracılığıyla paylaş


Vector.ConvertToUInt32Native(Vector<Single>) Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Taşmada platforma özgü davranışı kullanarak bir System.Numerics.Vector{System.Single}System.Numerics.Vector{System.UInt32} dönüştürür.

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)

Parametreler

value
Vector<Single>

Dönüştürülecek vektör.

Döndürülenler

Dönüştürülen vektör.

Öznitelikler

Şunlara uygulanır