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



Teradata.Client.Provider Namespace > TdDecimal Structure > TdDecimal Constructor : TdDecimal Constructor(Int64)
A 64 bit integer
Initializes a new instance of the TdDecimal structure using the supplied 64 bit integer value.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As Long _
)
'Usage
 
Dim input As Long
 
Dim instance As New TdDecimal(input)
public TdDecimal( 
   long input
)
public:
TdDecimal( 
   int64 input
)

Parameters

input
A 64 bit integer
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

TdDecimal Structure
TdDecimal Members
Overload List