DVARIANT.DecToDoublemethod
Converts a DVARIANT of type decimal to a double.
Syntax
FUNCTION DecToDouble () AS DOUBLE
Return value
Returns the contents of a VT_DECIMAL variant as a DOUBLE.
Description
Converts a DVARIANT of type decimal to a double.
Reference
- Include file
DVARIANT.INC - Defined in AfxNova/DVARIANT.inc:1876
- Documented in COM/DVARIANT Class.md
- Topic: DVARIANT Class