8.4.2.2 IfcArithmeticOperatorEnum
8.4.2.2.1 Semantic definition
IfcArithmeticOperatorEnum specifies the form of arithmetic operation implied by the relationship.
8.4.2.2.2 Type values
| Type | Description |
|---|---|
ADD
| |
DIVIDE
| |
MODULO
| |
MULTIPLY
| |
SUBTRACT
|
8.4.2.2.3 Formal representation
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF
(ADD
,DIVIDE
,MODULO
,MULTIPLY
,SUBTRACT);
END_TYPE;