ctdbMoneyToFloat
Convert a CTMONEY value to a floating point number
Declaration
CTDBRET ctdbMoneyToFloat(CTMONEY money, pCTFLOAT pValue)
Description
ctdbMoneyToFloat() converts a CTMONEY value to a floating point number. Use ctdbFloatToMoney() to convert from a floating point number to CTMONEY.
Returns
ctdbMoneyToFloat() returns CTDBRET_OK on success, or c-treeDB API error on failure.
The possible error associated with ctdbMoneyToFloat() is:
See also
ctdbFloatToMoney()