Avx512F.X64.ConvertToUInt64WithTruncation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
傳回
適用於
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