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



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

Parameters

input
The single that will be converted to a TdNumber.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdNumber Structure
TdNumber Members
Overload List