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



Teradata.Client.Provider Namespace > TdDecimal Structure > TdDecimal Constructor : TdDecimal Constructor(Int32)
A 32 bit integer
Initializes a new instance of the TdDecimal structure using the specified integer value.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As Integer _
)
'Usage
 
Dim input As Integer
 
Dim instance As New TdDecimal(input)
public TdDecimal( 
   int input
)
public:
TdDecimal( 
   int input
)

Parameters

input
A 32 bit integer
Requirements

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

See Also

Reference

TdDecimal Structure
TdDecimal Members
Overload List