Sse2.ConvertToUInt32(Vector128<UInt32>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
int _mm_cvtsi128_si32 (__m128i a)
MOVD reg/m32, xmm
public:
static System::UInt32 ConvertToUInt32(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static uint ConvertToUInt32 (System.Runtime.Intrinsics.Vector128<uint> value);
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector128<uint32> -> uint32
Public Shared Function ConvertToUInt32 (value As Vector128(Of UInteger)) As UInteger