Avx512F.ConvertToUInt32 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ConvertToUInt32(Vector128<Double>) |
nicht signierter int _mm_cvtsd_u32 (__m128d a) VCVTSD2USI r32, xmm1/m64{er} |
ConvertToUInt32(Vector128<Single>) |
unsigned int _mm_cvtss_u32 (__m128 a) VCVTSS2USI r32, xmm1/m32{er} |
ConvertToUInt32(Vector128<Double>, FloatRoundingMode) | |
ConvertToUInt32(Vector128<Single>, FloatRoundingMode) |
ConvertToUInt32(Vector128<Double>)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
nicht signierter int _mm_cvtsd_u32 (__m128d a)
VCVTSD2USI r32, xmm1/m64{er}
public:
static System::UInt32 ConvertToUInt32(System::Runtime::Intrinsics::Vector128<double> value);
public static uint ConvertToUInt32 (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector128<double> -> uint32
Public Shared Function ConvertToUInt32 (value As Vector128(Of Double)) As UInteger
Parameter
Gibt zurück
Gilt für:
ConvertToUInt32(Vector128<Single>)
- Quelle:
- Avx512F.cs
- Quelle:
- Avx512F.cs
unsigned int _mm_cvtss_u32 (__m128 a)
VCVTSS2USI r32, xmm1/m32{er}
public:
static System::UInt32 ConvertToUInt32(System::Runtime::Intrinsics::Vector128<float> value);
public static uint ConvertToUInt32 (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector128<single> -> uint32
Public Shared Function ConvertToUInt32 (value As Vector128(Of Single)) As UInteger
Parameter
Gibt zurück
Gilt für:
ConvertToUInt32(Vector128<Double>, FloatRoundingMode)
public:
static System::UInt32 ConvertToUInt32(System::Runtime::Intrinsics::Vector128<double> value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static uint ConvertToUInt32 (System.Runtime.Intrinsics.Vector128<double> value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.X86.FloatRoundingMode -> uint32
Public Shared Function ConvertToUInt32 (value As Vector128(Of Double), mode As FloatRoundingMode) As UInteger
Parameter
- mode
- FloatRoundingMode
Gibt zurück
Gilt für:
ConvertToUInt32(Vector128<Single>, FloatRoundingMode)
public:
static System::UInt32 ConvertToUInt32(System::Runtime::Intrinsics::Vector128<float> value, System::Runtime::Intrinsics::X86::FloatRoundingMode mode);
public static uint ConvertToUInt32 (System.Runtime.Intrinsics.Vector128<float> value, System.Runtime.Intrinsics.X86.FloatRoundingMode mode);
static member ConvertToUInt32 : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.X86.FloatRoundingMode -> uint32
Public Shared Function ConvertToUInt32 (value As Vector128(Of Single), mode As FloatRoundingMode) As UInteger
Parameter
- mode
- FloatRoundingMode
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.