Avx512F.X64.ConvertToUInt64 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConvertToUInt64(Vector128<Double>) |
unsigned __int64 _mm_cvtsd_u64 (__m128d) VCVTSD2USI r64、xmm1/m64{er} 此內部函數僅適用於 64 位進程 |
ConvertToUInt64(Vector128<Single>) |
unsigned __int64 _mm_cvtss_u64 (__m128) VCVTSS2USI r64,xmm1/m32{er} 此內部函數僅適用於 64 位進程 |
ConvertToUInt64(Vector128<Double>, FloatRoundingMode) | |
ConvertToUInt64(Vector128<Single>, FloatRoundingMode) |
ConvertToUInt64(Vector128<Double>)
- 來源:
- Avx512F.cs
- 來源:
- Avx512F.cs
unsigned __int64 _mm_cvtsd_u64 (__m128d)
VCVTSD2USI r64、xmm1/m64{er} 此內部函數僅適用於 64 位進程
public:
static System::UInt64 ConvertToUInt64(System::Runtime::Intrinsics::Vector128<double> value);
public static ulong ConvertToUInt64 (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector128<double> -> uint64
Public Shared Function ConvertToUInt64 (value As Vector128(Of Double)) As ULong
參數
傳回
適用於
ConvertToUInt64(Vector128<Single>)
- 來源:
- Avx512F.cs
- 來源:
- Avx512F.cs
unsigned __int64 _mm_cvtss_u64 (__m128)
VCVTSS2USI r64,xmm1/m32{er} 此內部函數僅適用於 64 位進程
public:
static System::UInt64 ConvertToUInt64(System::Runtime::Intrinsics::Vector128<float> value);
public static ulong ConvertToUInt64 (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector128<single> -> uint64
Public Shared Function ConvertToUInt64 (value As Vector128(Of Single)) As ULong
參數
傳回
適用於
ConvertToUInt64(Vector128<Double>, FloatRoundingMode)
public:
static System::UInt64 ConvertToUInt64(System::Runtime::Intrinsics::Vector128<double> value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static ulong ConvertToUInt64 (System.Runtime.Intrinsics.Vector128<double> value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.X86.FloatRoundingMode -> uint64
Public Shared Function ConvertToUInt64 (value As Vector128(Of Double), mode As FloatRoundingMode) As ULong
參數
- mode
- FloatRoundingMode
傳回
適用於
ConvertToUInt64(Vector128<Single>, FloatRoundingMode)
public:
static System::UInt64 ConvertToUInt64(System::Runtime::Intrinsics::Vector128<float> value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static ulong ConvertToUInt64 (System.Runtime.Intrinsics.Vector128<float> value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.X86.FloatRoundingMode -> uint64
Public Shared Function ConvertToUInt64 (value As Vector128(Of Single), mode As FloatRoundingMode) As ULong
參數
- mode
- FloatRoundingMode