ctdbNumberMul
Multiply two CTNUMBER values.
Declaration
CTDBRET ctdbNumberMul(pCTNUMBER pLeft, pCTNUMBER pRight,
pCTNUMBER pResult)
Description
ctdbNumberMul multiplies two Number values. pResult = pLeft * pRight. Do not use regular multiplication with CTNUMBER values.
Returns
ctdbNumberMul() returns CTDBRET_OK on success, or c-treeDB API error on failure.
The possible errors associated with ctdbNumberMul() are:
See also
ctdbNumberAdd(), ctdbNumberSub(), ctdbNumberDiv()