MathInterpreter Class

Math helper to evaluate string formulas without parsing all digits and functions yourself.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class MathInterpreter
Inheritance
Object    MathInterpreter

Constructors

MathInterpreterInitializes a new instance of the MathInterpreter class

Methods

CalculateFormula Calculate simple formulas with +,-,*,/,% and some math functions like sin(), cons(), sqrt()...

See Also