Method Eval
Eval(string)
Returns the result of calculating an expression using the Tedds 'Eval' function. For information on Tedds calculation functions, use Tedds for Word and refer to the Tedds engineering library index at "Writing your own custom calculations\Calculation writing documentation\Tedds functions"
Declaration
ICalcValue Eval(string Expression)
Parameters
| Type | Name | Description |
|---|---|---|
| string | Expression | Expression to calculate |
Returns
| Type | Description |
|---|---|
| ICalcValue | Result of expression |