Sse41.RoundToNearestInteger Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RoundToNearestInteger(Vector128<Double>) |
__m128d _mm_round_pd (__m128d a, int zaokrouhlení) ROUNDPD xmm, xmm/m128, imm8(8) _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC |
RoundToNearestInteger(Vector128<Single>) |
__m128 _mm_round_ps (__m128 a, int zaokrouhlení) ROUNDPS xmm, xmm/m128, imm8(8) _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC |
RoundToNearestInteger(Vector128<Double>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128d _mm_round_pd (__m128d a, int zaokrouhlení)
ROUNDPD xmm, xmm/m128, imm8(8) _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC
public:
static System::Runtime::Intrinsics::Vector128<double> RoundToNearestInteger(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNearestInteger (System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNearestInteger : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNearestInteger (value As Vector128(Of Double)) As Vector128(Of Double)
Parametry
Návraty
Platí pro
RoundToNearestInteger(Vector128<Single>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128 _mm_round_ps (__m128 a, int zaokrouhlení)
ROUNDPS xmm, xmm/m128, imm8(8) _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC
public:
static System::Runtime::Intrinsics::Vector128<float> RoundToNearestInteger(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNearestInteger (System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNearestInteger : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNearestInteger (value As Vector128(Of Single)) As Vector128(Of Single)