'Declaration Public Function New( _ ByVal data1 As Integer, _ ByVal data2 As Integer, _ ByVal data3 As Integer, _ ByVal data4 As Integer, _ ByVal precision As Byte, _ ByVal scale As Byte _ )
Parameters
- data1
- Low number component. The 0-31 bits of the internal representation
- data2
- Middle-low number component. The 32-63 bits of the internal representation
- data3
- Middle-high number component. The 64-95 bits of the internal representation
- data4
- His number component. The 96-127 bits of the internal representation
- precision
- The precision of the TdDecimal
- scale
- The scale of the TdDecimal