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

Определение

Преобразует Vector<Double> в Vector<Int64>.

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

Параметры

value
Vector<Double>

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

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

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

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