'Usage
Parameters
- input
- A TdNumber
Return Value
A Double is returned.
'Usage
Exception | Description |
---|---|
TdException | The value of the TdNumber is Null. |
When a TdNumber is converted into a System.Double a rounding error may occur.
The reason for this is that the mantissa of a Double has a precision of 16 digits. A TdNumber has a precision of 40 digits. When a TdNumber is converted to a System.Double, it will be truncated at the 17th position from the left.
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |