Aracılığıyla paylaş


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

Tanım

Taşmada platforma özgü davranışı kullanarak bir System.Numerics.Vector{System.Double}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