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

Tanım

a'yi Vector<Single> öğesine Vector<Int32>dönüştürür.

public:
 static System::Numerics::Vector<int> ConvertToInt32(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<int> ConvertToInt32(System.Numerics.Vector<float> value);
static member ConvertToInt32 : System.Numerics.Vector<single> -> System.Numerics.Vector<int>
Public Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
Public Shared Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)

Parametreler

value
Vector<Single>

Kaynak vektör.

Döndürülenler

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

Şunlara uygulanır