IfcArithmeticOperatorEnum

IfcArithmeticOperatorEnum

IfCarithMetricOperatorEnum指定关系隐含的算术运算形式。

 

IFC2x2中的新枚举。

Enumeration definition

Constant Description
ADD  
DIVIDE  
MULTIPLY  
SUBTRACT  
 

 

 

 

 

 

 

 

EXPRESS Specification

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

 

##########################

上一篇:Android 在线视频播放总结


下一篇:1250L - Divide The Students(贪心+数学/二分搜索法/提高级)