doc.arcgis.com/en/cityengine/2025.0/cga/cga-isinf-function.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titleisinf function—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionisinf function Syntaxbool isinf(value)bool[] isinf(values)Parametersvalue—floatvalues—float[]ReturnsTrue if value is infinite, false otherwise.For an array values a new array is returned containing the result of each element.Relatedisnan functionExamples isinf(1) # result = false isinf(1/0) # result = true isinf(ln(0)) # result = true isinf([1, 1/0]) # 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
Links
2- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-isnan-function.htm
- https://doc.arcgis.com/feedback