Vector64.ConvertToInt64Native(Vector64<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 Vector64<Double>
to a Vector64<Int64>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector64<long> ConvertToInt64Native(System::Runtime::Intrinsics::Vector64<double> vector);
public static System.Runtime.Intrinsics.Vector64<long> ConvertToInt64Native (System.Runtime.Intrinsics.Vector64<double> vector);
static member ConvertToInt64Native : System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<int64>
Public Function ConvertToInt64Native (vector As Vector64(Of Double)) As Vector64(Of Long)
Parameters
Returns
The converted vector.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.