Share via


Vector.ConvertToInt32(Vector<Single>) メソッド

定義

Vector<Single>Vector<Int32>に変換します。

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 Shared Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)
Public Function ConvertToInt32 (value As Vector(Of Single)) As Vector(Of Integer)

パラメーター

value
Vector<Single>

ソース ベクトル。

戻り値

変換されたベクトル。

適用対象