Property Value
ADecimal
in the range of Decimal.MinValue through Decimal.MaxValue.Decimal
in the range of Decimal.MinValue through Decimal.MaxValue.Exception | Description |
---|---|
TdException | The value of the TdDecimal is Null. |
System.OverflowException | This TdDecimal is greater than Decimal.MaxValue or it is less than
Decimal.MinValue. |
TdDecimal
can represent numbers up to 38 precision. Therefore not all TdDecimal instances can be converted / represented as Decimal
. This property in concept parallels TdDataReader.GetValue and TdParameter.Value. That is they all represent the .NET Framework Class Library (FCL) primitive data type that correspond to Teradata Decimal data type.Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |