relational operator - ترجمة إلى إنجليزي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

relational operator - ترجمة إلى إنجليزي

PROGRAMMING LANGUAGE CONSTRUCT OR OPERATOR THAT TESTS OR DEFINES SOME KIND OF RELATION BETWEEN TWO ENTITIES
Test operator; !=; ==; Comparison operator; Equality operator; =!; ===; Does not equal; Comparison (computer programming); .EQ.; .GT.; .LT.; .GE.; .LE.; .NE.; Comparison relation; Relational expression; Relationship operator; Relational operators; Equality (computer programming); Inequality operator; Ifeq; Equality (relational operator); Comparison operators; Compare instruction; ⩵; ⩶; \ne; ~=; Ifexpr

relational operator         

общая лексика

оператор отношения [сравнения]

бинарный оператор, позволяющий выяснить соотношение операндов: равно (EQ), не равно (NE), меньше чем (LT), больше чем (GT), меньше чем или равно (LE), больше чем или равно (GE)

Смотрите также

operator

test operator         

математика

тестовый оператор

equality operator         

математика

оператор равенства

تعريف

ORDBMS
Object Relational Database Management System (Reference: DBMS, DB)

ويكيبيديا

Relational operator

In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3).

In programming languages that include a distinct boolean data type in their type system, like Pascal, Ada, or Java, these operators usually evaluate to true or false, depending on if the conditional relationship between the two operands holds or not. In languages such as C, relational operators return the integers 0 or 1, where 0 stands for false and any non-zero value stands for true.

An expression created using a relational operator forms what is termed a relational expression or a condition. Relational operators can be seen as special cases of logical predicates.

What is the الروسية for relational operator? Translation of &#39relational operator&#39 to الروسية