RdlFloat Constructor(Double)
In This Topic
Initializes a new instance of the
RdlFloat class with a constant value.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
public RdlFloat(
double
)
Parameters
- value
- The double constant.
See Also