Vector.ConvertToInt64Native(Vector<Double>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The converted vector.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.