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