Avx10v1.ConvertToUInt32WithTruncation 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.
Overloads
ConvertToUInt32WithTruncation(Vector128<Double>) |
unsigned int _mm_cvttsd_u32 (__m128d a) VCVTTSD2USI r32, xmm1/m64{er} |
ConvertToUInt32WithTruncation(Vector128<Single>) |
unsigned int _mm_cvttss_u32 (__m128 a) VCVTTSS2USI r32, xmm1/m32{er} |
ConvertToUInt32WithTruncation(Vector128<Double>)
unsigned int _mm_cvttsd_u32 (__m128d a)
VCVTTSD2USI r32, xmm1/m64{er}
public:
static System::UInt32 ConvertToUInt32WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static uint ConvertToUInt32WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt32WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint32
Public Shared Function ConvertToUInt32WithTruncation (value As Vector128(Of Double)) As UInteger
Parameters
Returns
Applies to
ConvertToUInt32WithTruncation(Vector128<Single>)
unsigned int _mm_cvttss_u32 (__m128 a)
VCVTTSS2USI r32, xmm1/m32{er}
public:
static System::UInt32 ConvertToUInt32WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static uint ConvertToUInt32WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt32WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint32
Public Shared Function ConvertToUInt32WithTruncation (value As Vector128(Of Single)) As UInteger
Parameters
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.