I want to use COleCurrency value to * 0.005,
How can I do this?

Convert COleCurrency to CString,
and then contvert the string to double,
then * 0.005?