Sse2.CompareScalarUnorderedEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
int _mm_ucomieq_sd (__m128d a, __m128d b)
UCOMISD xmm, xmm/m64
public:
static bool CompareScalarUnorderedEqual(System::Runtime::Intrinsics::Vector128<double> left, System::Runtime::Intrinsics::Vector128<double> right);
public static bool CompareScalarUnorderedEqual (System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right);
static member CompareScalarUnorderedEqual : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> bool
Public Shared Function CompareScalarUnorderedEqual (left As Vector128(Of Double), right As Vector128(Of Double)) As Boolean
Parameters
Returns
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.