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비트 프로세스에서만 사용할 수 있습니다.

적용 대상