Aracılığıyla paylaş


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

Tanım

Taşmada platforma özgü davranışı kullanarak bir Vector<T>Vector<T> dönüştürür.

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

Parametreler

value
Vector<Single>

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

Döndürülenler

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

Şunlara uygulanır