Vector256.ConvertToInt32(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<T> to a Vector256<T>.
public:
static System::Runtime::Intrinsics::Vector256<int> ConvertToInt32(System::Runtime::Intrinsics::Vector256<float> vector);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToInt32 (System.Runtime.Intrinsics.Vector256<float> vector);
static member ConvertToInt32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Function ConvertToInt32 (vector As Vector256(Of Single)) As Vector256(Of Integer)
Parameters
Returns
The converted vector.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.