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>

Исходный вектор.

Возвращаемое значение

Преобразованный вектор.

Применяется к