Avx512F.X64.ConvertToUInt64WithTruncation 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
ConvertToUInt64WithTruncation(Vector128<Double>) |
__int64 _mm_cvttsd_u64 bez znaku (__m128d a) VCVTTSD2USI r64, xmm1/m64{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych |
ConvertToUInt64WithTruncation(Vector128<Single>) |
__int64 _mm_cvttss_u64 bez znaku (__m128 a) VCVTTSS2USI r64, xmm1/m32{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych |
ConvertToUInt64WithTruncation(Vector128<Double>)
- Źródło:
- Avx512F.cs
- Źródło:
- Avx512F.cs
__int64 _mm_cvttsd_u64 bez znaku (__m128d a)
VCVTTSD2USI r64, xmm1/m64{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych
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
Parametry
Zwraca
Dotyczy
ConvertToUInt64WithTruncation(Vector128<Single>)
- Źródło:
- Avx512F.cs
- Źródło:
- Avx512F.cs
__int64 _mm_cvttss_u64 bez znaku (__m128 a)
VCVTTSS2USI r64, xmm1/m32{er} Ta funkcja wewnętrzna jest dostępna tylko w procesach 64-bitowych
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