Avx.CompareNotLessThan 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
CompareNotLessThan(Vector256<Double>, Vector256<Double>) |
__m256d _mm256_cmpnlt_pd (__m256d a, __m256d b) CMPPD ymm, ymm/m256, imm8(5) Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird der Vollständigkeit halber bereitgestellt. |
CompareNotLessThan(Vector256<Single>, Vector256<Single>) |
__m256 _mm256_cmpnlt_ps (__m256 a, __m256 b) CMPPS ymm, ymm/m256, imm8(5) Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird der Vollständigkeit halber bereitgestellt. |
CompareNotLessThan(Vector256<Double>, Vector256<Double>)
- Quelle:
- Avx.cs
- Quelle:
- Avx.cs
- Quelle:
- Avx.cs
__m256d _mm256_cmpnlt_pd (__m256d a, __m256d b) CMPPD ymm, ymm/m256, imm8(5)
Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird der Vollständigkeit halber bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector256<double> CompareNotLessThan(System::Runtime::Intrinsics::Vector256<double> left, System::Runtime::Intrinsics::Vector256<double> right);
public static System.Runtime.Intrinsics.Vector256<double> CompareNotLessThan (System.Runtime.Intrinsics.Vector256<double> left, System.Runtime.Intrinsics.Vector256<double> right);
static member CompareNotLessThan : System.Runtime.Intrinsics.Vector256<double> * System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<double>
Public Shared Function CompareNotLessThan (left As Vector256(Of Double), right As Vector256(Of Double)) As Vector256(Of Double)
Parameter
Gibt zurück
Gilt für:
CompareNotLessThan(Vector256<Single>, Vector256<Single>)
- Quelle:
- Avx.cs
- Quelle:
- Avx.cs
- Quelle:
- Avx.cs
__m256 _mm256_cmpnlt_ps (__m256 a, __m256 b) CMPPS ymm, ymm/m256, imm8(5)
Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird der Vollständigkeit halber bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector256<float> CompareNotLessThan(System::Runtime::Intrinsics::Vector256<float> left, System::Runtime::Intrinsics::Vector256<float> right);
public static System.Runtime.Intrinsics.Vector256<float> CompareNotLessThan (System.Runtime.Intrinsics.Vector256<float> left, System.Runtime.Intrinsics.Vector256<float> right);
static member CompareNotLessThan : System.Runtime.Intrinsics.Vector256<single> * System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function CompareNotLessThan (left As Vector256(Of Single), right As Vector256(Of Single)) As Vector256(Of Single)