CalcQuick Class | Description | Source |
| CalcQuick | CalcQuick is the simplest way to incorporate calculation support into your code. You can create an instance of it, then you can assign variables just by using an indexer on your instance. You can parse and compute formulas based on these variables by calling a single method on your CalcQuick object. Here is code that lets you type expressions like SIN(45) * SQRT(2) into a TextBox and see the calculated results in a label. |  |  |
|