Поделиться через


Vector.ConvertToInt32Native(Vector<Single>) Метод

Определение

Преобразует Vector<T> в Vector<T> с помощью конкретного поведения платформы при переполнении.

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)

Параметры

value
Vector<Single>

Вектор для преобразования.

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

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

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