Vector256.ConvertToInt64Native(Vector256<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 Vector256<Double>
to a Vector256<Int64>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector256<long> ConvertToInt64Native(System::Runtime::Intrinsics::Vector256<double> vector);
public static System.Runtime.Intrinsics.Vector256<long> ConvertToInt64Native (System.Runtime.Intrinsics.Vector256<double> vector);
static member ConvertToInt64Native : System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<int64>
Public Function ConvertToInt64Native (vector As Vector256(Of Double)) As Vector256(Of Long)
Parameters
Returns
The converted vector.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.