Vector64.ConvertToInt32Native(Vector64<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 Vector64<Single>
to a Vector64<Int32>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector64<int> ConvertToInt32Native(System::Runtime::Intrinsics::Vector64<float> vector);
public static System.Runtime.Intrinsics.Vector64<int> ConvertToInt32Native (System.Runtime.Intrinsics.Vector64<float> vector);
static member ConvertToInt32Native : System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<int>
Public Function ConvertToInt32Native (vector As Vector64(Of Single)) As Vector64(Of Integer)
Parameters
Returns
The converted vector.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.