[]
Initializes a new instance of the C1CalcEngine class with the default engine.
public C1CalcEngine()
Initializes a new instance of the C1CalcEngine class with the custom engine.
public C1CalcEngine(IEngine engine)
Type | Name | Description |
---|---|---|
IEngine | engine | The custom engine for parsing and evaluating expressions. |