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>

원본 벡터입니다.

반환

변환된 벡터입니다.

적용 대상