Enumeration OperatorPlacement

Specifies the relative position of an operator and its operand or operands.

Index

Enumeration members

Enumeration members

contextual

contextual: = "contextual"

Specifies that an operator's placement depends on context. For example, a - b (infix) versus -a (prefix).

infix

infix: = "infix"

Specifies a binary operators placed between their operands, as in ab.

postfix

postfix: = "postfix"

Specifies a unary operators placed after their operand, as in x !.

prefix

prefix: = "prefix"

Specifies a unary operators placed before their operand, as in ¬ p.

This API is still under development and is subject to change. Copyright © Math I Can Do Solutions Incorporated and/or its licensors.