Sse41.RoundToNegativeInfinity 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
RoundToNegativeInfinity(Vector128<Single>) |
__m128 _mm_round_ps (__m128 a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC) ROUNDPS xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinity(Vector128<Double>) |
__m128d _mm_round_pd (__m128d a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC) ROUNDPD xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinity(Vector128<Single>)
- Quelle:
- Sse41.cs
- Quelle:
- Sse41.cs
- Quelle:
- Sse41.cs
__m128 _mm_round_ps (__m128 a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC)
ROUNDPS xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<float> RoundToNegativeInfinity(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNegativeInfinity (System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNegativeInfinity : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNegativeInfinity (value As Vector128(Of Single)) As Vector128(Of Single)
Parameter
Gibt zurück
Gilt für:
RoundToNegativeInfinity(Vector128<Double>)
- Quelle:
- Sse41.cs
- Quelle:
- Sse41.cs
- Quelle:
- Sse41.cs
__m128d _mm_round_pd (__m128d a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC)
ROUNDPD xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<double> RoundToNegativeInfinity(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNegativeInfinity (System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNegativeInfinity : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNegativeInfinity (value As Vector128(Of Double)) As Vector128(Of Double)