ISInterface:CalculateResult

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool CalculateResult(const char *Formula, double &Result)

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