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



Teradata.Client.Provider Namespace > TdNumber Structure > TdNumber Constructor : TdNumber Constructor(Int32)
The Int32 that is to be converted to a TdNumber.
Initializes a new instance of TdNumber from the specified System.Int32 value.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As Integer _
)
'Usage
 
Dim input As Integer
 
Dim instance As New TdNumber(input)
public TdNumber( 
   int input
)
public:
TdNumber( 
   int input
)

Parameters

input
The Int32 that is to be converted to a TdNumber.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdNumber Structure
TdNumber Members
Overload List