Skip to content
Shaun Lawrence edited this page Nov 4, 2020 · 2 revisions

Converts and returns the parameter as a Double.

Double(value)

Parameters

value

The object to convert to a Double.

Type object (basically anything that can be converted to a Double.
Required Yes

Examples

Double("25.1234")

Converts the string to a Double.

Clone this wiki locally