Vector256.ConvertToInt32Native(Vector256<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 Vector256<Single>
to a Vector256<Int32>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector256<int> ConvertToInt32Native(System::Runtime::Intrinsics::Vector256<float> vector);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToInt32Native (System.Runtime.Intrinsics.Vector256<float> vector);
static member ConvertToInt32Native : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Function ConvertToInt32Native (vector As Vector256(Of Single)) As Vector256(Of Integer)
Parameters
Returns
The converted vector.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา