Sse2.ConvertScalarToVector128UInt32(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
__m128i _mm_cvtsi32_si128 (int a)
MOVD xmm, reg/m32
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ConvertScalarToVector128UInt32(System::UInt32 value);
public static System.Runtime.Intrinsics.Vector128<uint> ConvertScalarToVector128UInt32 (uint value);
static member ConvertScalarToVector128UInt32 : uint32 -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ConvertScalarToVector128UInt32 (value As UInteger) As Vector128(Of UInteger)
パラメーター
- value
- UInt32
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET