Vector.ConvertToInt64(Vector<Double>) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Převede na 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 Function ConvertToInt64 (value As Vector(Of Double)) As Vector(Of Long)
Public Shared Function ConvertToInt64 (value As Vector(Of Double)) As Vector(Of Long)
Parametry
Návraty
Převedený vektor.