AsDouble

Description

Converts a character sequence to a double value and returns the double value in a new column.

This function does not accept null values in arguments.

 Use

  • Argument:
    • Select an argument. (String)
  • Locale:
    • Enter the locale language tag to specify what character to use for the decimal.
  • Output field:
    • Enter an output field name.

Example

String valueAsDouble() returns
"4.3"4.3
"744.93477248"744.93477248
"1000"1000.0

Hero Platform_ Example

An example of this function can be found in Hero Platform_s library of examples.

Download the example titled "function_AsDouble" to see an example of this function. 


Type

Formulas