Avx512F.X64.ConvertToUInt64 Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ConvertToUInt64(Vector128<Double>) |
__int64 _mm_cvtsd_u64 bez znaku (__m128d a) VCVTSD2USI r64, xmm1/m64{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych |
ConvertToUInt64(Vector128<Single>) |
__int64 _mm_cvtss_u64 bez znaku (__m128 a) VCVTSS2USI r64, xmm1/m32{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych |
ConvertToUInt64(Vector128<Double>, FloatRoundingMode) | |
ConvertToUInt64(Vector128<Single>, FloatRoundingMode) |
ConvertToUInt64(Vector128<Double>)
- Źródło:
- Avx512F.cs
- Źródło:
- Avx512F.cs
__int64 _mm_cvtsd_u64 bez znaku (__m128d a)
VCVTSD2USI r64, xmm1/m64{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych
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
Parametry
Zwraca
Dotyczy
ConvertToUInt64(Vector128<Single>)
- Źródło:
- Avx512F.cs
- Źródło:
- Avx512F.cs
__int64 _mm_cvtss_u64 bez znaku (__m128 a)
VCVTSS2USI r64, xmm1/m32{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych
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
Parametry
Zwraca
Dotyczy
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
Parametry
- mode
- FloatRoundingMode
Zwraca
Dotyczy
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
Parametry
- mode
- FloatRoundingMode