c-treeDB API for C# - Developers Guide
CTNumber.Round
Syntax
CTNumber Round (int scale)
Parameters
- scale [in] the number of decimal places.
Description
Rounds a number to a specified number of decimal places.
Return
Round returns the rounded number.
See Also
DecimalDigits(), IntegralDigits()