c-treeDB API for C++ - Developers Guide
CTMoney::CTMoney
Syntax
CTMoney ( )
CTMoney (CTFLOAT value)
CTMoney (CTMONEY money)
CTMoney (const CTString& str)
CTMoney (CTMoney& money)
Parameters
- Value [in] The double value to be converted and assigned to the new CTMoney object
- money [in] The CTMoney object or Money to be assigned to the new CTMoney object
- str [in] The CTString object to be assigned to the new CTMoney object
Description
This is the constructor for the CTMoney object.
See also
~CTMoney()