c-treeDB API for C# - Developers Guide
CTField.GetScale
Syntax
int GetScale( )
Parameters
This method has no parameters.
Description
Retrieves the field scale (the number of digits to the right of the decimal point).
Return
GetScale() returns the field scale value.
See Also
SetScale()