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



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

Parameters

input
The double that will be converted to a TdNumber.
Exceptions
ExceptionDescription
The input is too large and could not be converted into a TdNumber.
Remarks
The TdNumber instance that results from converting the input will represent a Floating decimal that has a scale of 16.
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