ToDouble
ToDouble Function
Converts the input number to a data type that holds double-precision floating-point numbers in 64-bit format.
Syntax
ToDouble(scalar Value)
Arguments
| Argument | Description |
|---|---|
scalar Value | Number to be converted (function takes a single value) |
Examples:
ToDouble(1/45)
Returns the value as double data type.