다음을 통해 공유


Sse.X64.ConvertToInt64WithTruncation(Vector128<Single>) 메서드

정의

__int64 _mm_cvttss_si64 (__m128 a)

CVTTSS2SI r64, xmm/m32

public:
 static long ConvertToInt64WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static long ConvertToInt64WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToInt64WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> int64
Public Shared Function ConvertToInt64WithTruncation (value As Vector128(Of Single)) As Long

매개 변수

value
Vector128<Single>

반환

설명

이 내장 함수는 64비트 프로세스에서만 사용할 수 있습니다.

적용 대상