Share via


Avx512F.ConvertToUInt32WithTruncation メソッド

定義

オーバーロード

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}

ConvertToUInt32WithTruncation(Vector128<Single>)

ソース:
Avx512F.cs
ソース:
Avx512F.cs

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

パラメーター

value
Vector128<Single>

戻り値

適用対象

ConvertToUInt32WithTruncation(Vector128<Double>)

ソース:
Avx512F.cs
ソース:
Avx512F.cs

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

パラメーター

value
Vector128<Double>

戻り値

適用対象