Avx.ConvertToVector256Int32(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.
__m256i _mm256_cvtps_epi32 (__m256 a)
VCVTPS2DQ ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<int> ConvertToVector256Int32(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToVector256Int32 (System.Runtime.Intrinsics.Vector256<float> value);
static member ConvertToVector256Int32 : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function ConvertToVector256Int32 (value As Vector256(Of Single)) As Vector256(Of Integer)
Parameters
Returns
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.