共用方式為


Avx512F.X64.ConvertToUInt64WithTruncation 方法

定義

多載

ConvertToUInt64WithTruncation(Vector128<Double>)

unsigned __int64 _mm_cvttsd_u64 (__m128d)

VCVTTSD2USI r64,xmm1/m64{er} 此內部函數僅適用於 64 位進程

ConvertToUInt64WithTruncation(Vector128<Single>)

unsigned __int64 _mm_cvttss_u64 (__m128)

VCVTTSS2USI r64,xmm1/m32{er} 此內部函數僅適用於 64 位進程

ConvertToUInt64WithTruncation(Vector128<Double>)

來源:
Avx512F.cs
來源:
Avx512F.cs

unsigned __int64 _mm_cvttsd_u64 (__m128d)

VCVTTSD2USI r64,xmm1/m64{er} 此內部函數僅適用於 64 位進程

public:
 static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Double)) As ULong

參數

value
Vector128<Double>

傳回

適用於

ConvertToUInt64WithTruncation(Vector128<Single>)

來源:
Avx512F.cs
來源:
Avx512F.cs

unsigned __int64 _mm_cvttss_u64 (__m128)

VCVTTSS2USI r64,xmm1/m32{er} 此內部函數僅適用於 64 位進程

public:
 static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Single)) As ULong

參數

value
Vector128<Single>

傳回

適用於