Easypt

toDouble

..Root.String.toDouble

Converts string to floating point number.

Child of:

String

Signatures:

NativeCallable, Callable

Example:

auto str.=("1024");
log(str.toDouble()./(3.0));