ISInterface:CalculateResult

From Lavish Software Wiki
Revision as of 02:05, 23 July 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Purpose

Evaluates a mathematical formula

Usage

Parameters

  • const char *Formula
The formula to be evaluated
  • double &Result
The calculated result of the formula

Return Value

  • bool
The function returns whether the expression was successfully evaluated

Examples

See Also