Sse41.RoundToNegativeInfinityScalar 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í
RoundToNegativeInfinityScalar(Vector128<Double>, Vector128<Double>) |
__m128d _mm_round_sd (__m128d a, __m128d b, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC) ROUNDSD xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinityScalar(Vector128<Single>, Vector128<Single>) |
__m128 _mm_round_ss (__m128 a, __m128 b, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC) ROUNDSS xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinityScalar(Vector128<Double>) |
__m128d _mm_round_sd (__m128d a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC) ROUNDSD xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinityScalar(Vector128<Single>) |
__m128 _mm_round_ss (__m128 a, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC) ROUNDSS xmm, xmm/m128, imm8(9) |
RoundToNegativeInfinityScalar(Vector128<Double>, Vector128<Double>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128d _mm_round_sd (__m128d a, __m128d b, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC)
ROUNDSD xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<double> RoundToNegativeInfinityScalar(System::Runtime::Intrinsics::Vector128<double> upper, System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNegativeInfinityScalar (System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNegativeInfinityScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNegativeInfinityScalar (upper As Vector128(Of Double), value As Vector128(Of Double)) As Vector128(Of Double)
Parametry
Návraty
Platí pro
RoundToNegativeInfinityScalar(Vector128<Single>, Vector128<Single>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128 _mm_round_ss (__m128 a, __m128 b, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC)
ROUNDSS xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<float> RoundToNegativeInfinityScalar(System::Runtime::Intrinsics::Vector128<float> upper, System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNegativeInfinityScalar (System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNegativeInfinityScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNegativeInfinityScalar (upper As Vector128(Of Single), value As Vector128(Of Single)) As Vector128(Of Single)
Parametry
Návraty
Platí pro
RoundToNegativeInfinityScalar(Vector128<Double>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128d _mm_round_sd (__m128d a, _MM_FROUND_TO_NEG_INF |_MM_FROUND_NO_EXC)
ROUNDSD xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<double> RoundToNegativeInfinityScalar(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNegativeInfinityScalar (System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNegativeInfinityScalar : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNegativeInfinityScalar (value As Vector128(Of Double)) As Vector128(Of Double)
Parametry
Návraty
Poznámky
Nativní podpis neexistuje. Toto dodatečné přetížení je k dispozici pro úplnost.
Platí pro
RoundToNegativeInfinityScalar(Vector128<Single>)
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
- Zdroj:
- Sse41.cs
__m128 _mm_round_ss (__m128 a, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC)
ROUNDSS xmm, xmm/m128, imm8(9)
public:
static System::Runtime::Intrinsics::Vector128<float> RoundToNegativeInfinityScalar(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNegativeInfinityScalar (System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNegativeInfinityScalar : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNegativeInfinityScalar (value As Vector128(Of Single)) As Vector128(Of Single)
Parametry
Návraty
Poznámky
Nativní podpis neexistuje. Toto dodatečné přetížení je k dispozici pro úplnost.