Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbMoneyAbs

Return the absolute value of a CTMONEY type value.

Declaration

CTMONEY ctdbMoneyAbs(CTMONEY left)

Description

ctdbMoneyAbs() returns the absolute value of a CTMONEY type value.

  • left [in] the value to be converted to absolute.

Returns

ctdbMoneyAbs() returns the absolute value.

See also

ctdbMoneyAdd(), ctdbMoneySub(), ctdbMoneyMul(), ctdbMoneyDiv(), ctdbMoneyCmp()

TOCIndex