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



Teradata.Client.Provider Namespace > TdNumber Structure > TdNumber Constructor : TdNumber Constructor(Int64)
The Int64 that will be used to intialize the new instance of TdNumber.
Initializes a new instance of TdNumber from the specified System.Int64 value.
Syntax
'Declaration
 
Public Function New( _
   ByVal input As Long _
)
'Usage
 
Dim input As Long
 
Dim instance As New TdNumber(input)
public TdNumber( 
   long input
)
public:
TdNumber( 
   int64 input
)

Parameters

input
The Int64 that will be used to intialize the new instance of TdNumber.
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

TdNumber Structure
TdNumber Members
Overload List