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

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