Float Constructor (Double, Long, Long) | |
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,
length AS LONG,
decimals AS LONG
)
public Float(
double r8,
int length,
int decimals
)
Request Example
View SourceParameters
- r8
- Type: Double
- length
- Type: Long
- decimals
- Type: Long
See Also