Sse2.X64.ConvertToInt64WithTruncation(Vector128<Double>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
__int64 _mm_cvttsd_si64 (__m128d a)
CVTTSD2SI reg, xmm/m64
public:
static long ConvertToInt64WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static long ConvertToInt64WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToInt64WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> int64
Public Shared Function ConvertToInt64WithTruncation (value As Vector128(Of Double)) As Long
パラメーター
戻り値
注釈
この組み込みは、64 ビット プロセスでのみ使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET