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


Vector.ConvertToInt64Native(Vector<Double>) Метод

Определение

Преобразует System.Numerics.Vector{System.Double} в System.Numerics.Vector{System.Int64} с помощью конкретного поведения платформы при переполнении.

public:
 static System::Numerics::Vector<long> ConvertToInt64Native(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<long> ConvertToInt64Native (System.Numerics.Vector<double> value);
static member ConvertToInt64Native : System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Function ConvertToInt64Native (value As Vector(Of Double)) As Vector(Of Long)

Параметры

value
Vector<Double>

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

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

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

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