C1CalcEngine Constructor(IEngine)
In This Topic
Initializes a new instance of the
C1CalcEngine class with the custom engine.
Syntax
'Declaration
Public Function New( _
ByVal As IEngine _
)
public C1CalcEngine(
IEngine
)
Parameters
- engine
- The custom engine for parsing and evaluating expressions.
See Also