doc.arcgis.com/en/cityengine/2025.0/cga/cga-float-array-function.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titlefloatArray function—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionfloatArray function Syntaxfloat[] floatArray()float[] floatArray(values)Parametersvalues—((float[], string[], bool[])Values to convert.ReturnsIf values is not given, an empty float array is returned.If values is given, a float array is returned that contains the elements of values converted to the corresponding float values.Related bool function float function str function boolArray function stringArray function array initialization function ExamplesfloatArray([1, 0, 1.777, 20]) # result = [1,0,1.777,20] floatArray(["1.5", "-2", "0", "nixda", "5+6" ]) # result = [1.5,-2,0,nan,5] floatArray([true, false, true]) # result = [1,0,1]
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
6- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-array-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-float-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-str-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-string-array-function.htm