Send feedback on this topic.
Teradata.Client.Provider
TdNumber Constructor(Int32,Int32,Int32,Int32,Int32,Int16)



Teradata.Client.Provider Namespace > TdNumber Structure > TdNumber Constructor : TdNumber Constructor(Int32,Int32,Int32,Int32,Int32,Int16)
The least significant number component.
The second least significant number component.
The middle number component.
The second most significant number component.
The most significant number component.
The exponent of the number.
Initializes a new instance of TdNumber from the data components that are passed in as several Int32 parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal data1 As Integer, _
   ByVal data2 As Integer, _
   ByVal data3 As Integer, _
   ByVal data4 As Integer, _
   ByVal data5 As Integer, _
   ByVal exponent As Short _
)
'Usage
 
Dim data1 As Integer
Dim data2 As Integer
Dim data3 As Integer
Dim data4 As Integer
Dim data5 As Integer
Dim exponent As Short
 
Dim instance As New TdNumber(data1, data2, data3, data4, data5, exponent)
public TdNumber( 
   int data1,
   int data2,
   int data3,
   int data4,
   int data5,
   short exponent
)
public:
TdNumber( 
   int data1,
   int data2,
   int data3,
   int data4,
   int data5,
   short exponent
)

Parameters

data1
The least significant number component.
data2
The second least significant number component.
data3
The middle number component.
data4
The second most significant number component.
data5
The most significant number component.
exponent
The exponent of the number.
Exceptions
ExceptionDescription
The number represented by the data components is too large to be represented by a TdNumber.
Remarks
Refer to TdNumber.#ctor for more information.
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