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
|
Add |
DIVIDE
|
Divide |
MODULO
|
Modulo. The remainder of division given two positive integer numbers. |
MULTIPLY
|
Multiply |
SUBTRACT
|
Subtract |
8.4.2.2.3 Formal representation
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF
(ADD
,DIVIDE
,MODULO
,MULTIPLY
,SUBTRACT);
END_TYPE;