The number of decimal places to which this TdDecimal is resolved.
'Declaration
Public ReadOnly Property Scale As Byte
'Usage
Dim instance As TdDecimal
Dim value As Byte
value = instance.Scale
public:
property byte Scale {
byte get();
}
Property Value
The value returned will range from 0 through
TdDecimal.Precision.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2