Avx512F.ConvertToUInt32WithTruncation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
戻り値
適用対象
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
パラメーター
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET