Vector128.ConvertToInt32Native(Vector128<Single>) 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 Vector128<Single>
to a Vector128<Int32>
platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector128<int> ConvertToInt32Native(System::Runtime::Intrinsics::Vector128<float> vector);
public static System.Runtime.Intrinsics.Vector128<int> ConvertToInt32Native (System.Runtime.Intrinsics.Vector128<float> vector);
static member ConvertToInt32Native : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<int>
Public Function ConvertToInt32Native (vector As Vector128(Of Single)) As Vector128(Of Integer)
Parameters
Returns
The converted vector.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.