Click or drag to resize

DbFloat Constructor

X#
Initializes a new instance of the DbFloat class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	val AS REAL8,
	len AS LONG,
	dec AS LONG
)
Request Example View Source

Parameters

val
Type: Double
len
Type: Long
dec
Type: Long
See Also