Float Constructor (Double, DWord) | |
Initializes a new instance of the
Float class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
r8 AS REAL8,
decimals AS DWORD
)
public Float(
double r8,
uint decimals
)
Request Example
View SourceParameters
- r8
- Type: Double
- decimals
- Type: DWord
See Also