共用方式為


Sse2.X64.ConvertToInt64WithTruncation(Vector128<Double>) 方法

定義

__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

參數

value
Vector128<Double>

傳回

備註

此內部函數僅適用於 64 位進程。

適用於