Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbCurrencyAbs

Return the absolute value of a CTCURRENCY type value.

Declaration

CTCURRENCY ctdbCurrencyAbs(CTCURRENCY left)

Description

ctdbCurrencyAbs() returns the absolute value of a CTCURRENCY type value.

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

Returns

ctdbCurrencyAbs() returns the absolute value.

See also

ctdbCurrencyAdd(), ctdbCurrencySub(), ctdbCurrencyMul(), ctdbCurrencyDiv(), ctdbCurrencyCmp(), ctdbCurrencyRound()

TOCIndex