Converts numeric data to double.
1 object.2double
<object.2double>
<object /> !
</object.2double>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eobject | string/number | Element to convert, it should contain only numeric values. |
Returns | |
---|---|
Type | Description |
Double |
Example
Copy
<xsql-script name='object_2_double'> <body> <println> <object.2double> <string>1024</string> </object.2double> </println> </body> </xsql-script>