Send feedback on this topic.
Teradata.Client.Provider
TdDecimal Constructor(Decimal)



Teradata.Client.Provider Namespace > TdDecimal Structure > TdDecimal Constructor : TdDecimal Constructor(Decimal)
The Decimal
Initializes a new instance of the TdDecimal structure using the specified Decimal value.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As Decimal _
)
'Usage
 
Dim input As Decimal
 
Dim instance As New TdDecimal(input)
public TdDecimal( 
   decimal input
)
public:
TdDecimal( 
   decimal input
)

Parameters

input
The Decimal
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List