Initializes a new instance of the TdDecimal structure using the specified integer value.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
'Usage
Dim input As Integer
Dim instance As New TdDecimal(input)
Parameters
- input
- A 32 bit integer
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also