Vector.ConvertToInt64Native(Vector<Double>) Yöntem

Tanım

a'yi System.Numerics.Vector<System.Double> taşmada platforma özgü davranışı kullanarak bire System.Numerics.Vector<System.Int64> dönüştürür.

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)

Parametreler

value
Vector<Double>

Dönüştürülecek vektör.

Döndürülenler

Dönüştürülen vektör.

Şunlara uygulanır