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



Teradata.Client.Provider Namespace > TdDecimal Structure : Precision Property
The maximum number of possible digits in this TdDecimal instance.
Syntax
'Declaration
 
Public ReadOnly Property Precision As Byte
'Usage
 
Dim instance As TdDecimal
Dim value As Byte
 
value = instance.Precision
public byte Precision {get;}
public:
property byte Precision {
   byte get();
}

Property Value

A number ranging from 1 through 38.
Remarks
It represents the maximum number of digits. This is very similar to Teradata Database Decimal(n, m) where n represents the maximum number of digits and m is the scale.
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