BinaryOperator Enum

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.

NOTE: This is article is a work in progress and not finished yet.
Unless you are the author, please do not make changes or rely yet on information presented in this article.

When done, the author should change the first line from wip to wipr to show that the page is ready for review.

If you have suggestions for this page, please send them to us: email.


The BinaryOperator enum is used to find binary overloads and in expressions (values) to define the operator used between the operand.

Namespace: Cirrus Values


Enum Values

Value
Description
AddAdd operation +
AndAnd operation AND
AsAS operation
DivDivide operation div or /
EqualEquals operation =
GreaterGreater than operation >
GreaterEqualGreater than or equal operation >=
ImpliesImplies operation: a implies b
InIn operation: IN
IntDiv Integer division
IsIS operation
IsNotIS NOT operation
LessLess than operation <
LessEqualLess than or equal to operation <=
ModModulus operation MOD
MulMultiply operation *
NotEqualNot equal operation <>
NotInNot IN operation
Orbitwise or binary OR operation
ShlShift left bitwise
ShrShift right bitwise
SubSubtract operation -
XorXor bitwise operation


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox