IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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

Table 8.4.2.2.A

8.4.2.2.3 Formal representation

TYPE IfcArithmeticOperatorEnum = ENUMERATION OF
	(ADD
	,DIVIDE
	,MODULO
	,MULTIPLY
	,SUBTRACT);
END_TYPE;

8.4.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

8.4.2.2.5 Changelog

8.4.2.2.5.1 IFC4.3_DEV_70ee25e8

  • item, MODULO