RdlFloat Constructor(String)
In This Topic
Initializes a new instance of the
RdlFloat class. The string is parsed to determine whether it represents a constant or an expression.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RdlFloat(
string
)
Parameters
- s
- If starts with a '=' then it is interpreted as an expression, otherwise it is converted to a double value.
See Also