Send feedback on this topic.
Teradata.Client.Provider
Scale Property (TdDecimal)



Teradata.Client.Provider Namespace > TdDecimal Structure : Scale Property
The number of decimal places to which this TdDecimal is resolved.
Syntax
'Declaration
 
Public ReadOnly Property Scale As Byte
'Usage
 
Dim instance As TdDecimal
Dim value As Byte
 
value = instance.Scale
public byte Scale {get;}
public:
property byte Scale {
   byte get();
}

Property Value

The value returned will range from 0 through TdDecimal.Precision.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdDecimal Structure
TdDecimal Members