Initializes a new instance of the TdDecimal structure using the supplied 64 bit integer value.
Syntax
'Declaration
Public Function New( _
ByVal As Long _
)
'Usage
Dim input As Long
Dim instance As New TdDecimal(input)
public:
TdDecimal(
int64
)
Parameters
- input
- A 64 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