doc.arcgis.com/en/cityengine/2025.0/cga/cga-isnull-function.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleisNull function—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionisNull function Syntaxbool isNull(value)bool[] isNull(values)Parametersvalue—floatvalues—float[]Returnstrue if value is set to the internal special float or string value which represent NULL or "missing value"; false otherwise.For floats, NULL is encoded as nan. For strings, NULL is encoded as "\ue000". For an array values a new array is returned containing the result of each element.RelatedExamples isNull("CityEngine") # result = false isNull("\ue000") # result = true isNull(ln(-1)) # result = true isNull(["CityEngine", "\ue000"]) # result = [false, true]
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