Click or drag to resize

Float Constructor (Double, DWord, DWord)

X#
Initializes a new instance of the Float class

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	r8 AS REAL8,
	length AS DWORD,
	decimals AS DWORD
)
Request Example View Source

Parameters

r8
Type: Double
length
Type: DWord
decimals
Type: DWord
See Also