ctsqlRoundNumeric
Round a numeric value given a precision and scale.
Declaration
CTSQLRET ctsqlRoundNumeric(NUMERIC* num, INTEGER precision, INTEGER scale)
Description
ctsqlRoundNumeric() rounds a numeric value given a precision and scale.
Return
ctsqlRoundNumeric() returns CTSQLRET_OK on success.