doc.arcgis.com/en/cityengine/2025.0/cga/cga-simple-types-operations.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleSimple types operators—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionSimple types operators Logical operatorsLogical operations on bool. Return type: bool !Negationcase !a||Logical Orcase a || b || f(x)&&Logical And case a && f(x)Arithmetic operatorsArithmetic operations on float.Return type: float+Plusa = c + bUnary plusa = +b-Minusa = b - cUnary minusa = -b*Multiplicationx = y * f(x)/Divisionx = 4 / d%Modulus (remainder)a = b % 10Equality operatorsCheck float, bool or string for equality.Return type: bool==Equalitycase a == b!=Inequalitycase a != bRelational operatorsCompare float or string.Return type: bool<Lesscase a < b<=Less or equalcase a <= b>Greatercase a > b>=Greater equalcase a >= bString concatenation operatorsConcatenate string with string, float or bool.Return type: string+String-string concatenationa
Link Tags
8- shortcut icon/assets/img/favicon.ico
- stylesheet/assets/css/screen.css
- stylesheet/cdn/calcite/css/documentation.css
- stylesheet/assets/css/print.css
- stylesheet/cdn/css/colorbox.css
Links
2- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-type-operators.htm
- https://doc.arcgis.com/feedback