c-treeDB API for C# - Developers Guide
CTField.SetScale
Syntax
void SetScale(int scale)
Parameters
- scale [in] The new field scale value.
Description
Sets the field scale (the number of digits to the right of the decimal point).
Return
None.
See Also
GetScale()