double

Synopsis

$ double(n)

Convert the specified value to a double scalar

Parameters

n - the value to apply this function to.

Returns

A double scalar.

Examples

$value = double(4); println($value);

4.0

See Also