Редагувати

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


Vector.ConvertToInt64Native(Vector<Double>) Method

Definition

Converts a System.Numerics.Vector<System.Double> to a System.Numerics.Vector<System.Int64> using platform specific behavior on overflow.

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)

Parameters

value
Vector<Double>

The vector to convert.

Returns

The converted vector.

Applies to