DbFloat Constructor | |
Initializes a new instance of the
DbFloat class
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
val AS REAL8,
len AS LONG,
dec AS LONG
)
public DbFloat(
double val,
int len,
int dec
)
Request Example
View SourceParameters
- val
- Type: Double
- len
- Type: Long
- dec
- Type: Long
See Also