by Inabyte - Product Type: Component / .NET Class / 100% Managed Code
Enable advanced calculations in your accounting or spreadsheet application. InaCalc.Net supports conventional math operators and functions and is suitable for heavy-duty number crunching. It also supports other data types, such as string, date-time, logical, and operators and functions for these data types. It allows defining variables and sets of related formulas that implement spreadsheet-like recalculations.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 391.02 | 1 Developer License | Download (838 KB) | |
| Add to Cart | $ 778.05 | 4 Developer Team License | Download (838 KB) | |
| Add to Cart | $ 1,167.08 | 8 Developer Team License | Download (838 KB) | |
| Add to Cart | $ 1,955.10 | 1 Site Wide License (Allows Unlimited Users at a Single Physical Address) | Download (838 KB) | |
| Add to Cart | $ 1,000.00 | Source Code Escrow Annual Subscription - (An Escrow Agreement will be sent to you for signature - please read Licensing section below) | Download (43 KB) | |
| Add to Cart | $ 391.02 | 1 Server License | Download (838 KB) | |
| Add to Cart | $ 782.04 | 4 Server License | Download (838 KB) | |
| Add to Cart | $ 1,173.06 | 8 Server License | Download (838 KB) | |
| Add to Cart | $ 1,955.10 | 1 Site Wide Server License (Allows Unlimited Servers at a Single Physical Address) | Download (838 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
The InaCalc component integrates expression parsing, evaluating, and dependent formula recalculation.
The InaCalc component is useful in two general areas; when: a formula has to be defined and evaluated at runtime.
For example: if the end user is allowed to enter a formula that will be evaluated and used. And: when a set of formulas that depend on each other are defined, configured, and evaluated at run-time.
The control contains the following main objects:
Atoms are the main structure unit in InaCalc engine. Generally they correspond to spreadsheet cells. InaCalcAtom class manages each individual atom. The atoms are identified by their names. An atom can accept an arbitrary string value as name. Each atom contains a value.
Formulas are superposition of operators and built-in function on constant values and variables. They are comprised of the following elements: