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