Vector.ConvertToInt64Native(Vector<Double>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Konwertuje System.Numerics.Vector<System.Double> element na przy użyciu specyficznego System.Numerics.Vector<System.Int64> dla platformy zachowanie w przypadku przepełnienia.
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)
Parametry
Zwraca
Przekonwertowany wektor.