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



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

Parameters

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