by Inabyte - 製品のタイプ: コンポーネント / .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.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 55,440 (税込) | 1 Developer License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 110,250 (税込) | 4 Developer Team License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 165,480 (税込) | 8 Developer Team License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 277,095 (税込) | 1 Site Wide License (Allows Unlimited Users at a Single Physical Address) | ダウンロード (838 KB) | |
| カートに追加 | ¥ 141,750 (税込) | Source Code Escrow Annual Subscription - (An Escrow Agreement will be sent to you for signature - please read Licensing section below) | ダウンロード (43 KB) | |
| カートに追加 | ¥ 55,440 (税込) | 1 Server License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 110,880 (税込) | 4 Server License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 166,320 (税込) | 8 Server License | ダウンロード (838 KB) | |
| カートに追加 | ¥ 277,095 (税込) | 1 Site Wide Server License (Allows Unlimited Servers at a Single Physical Address) | ダウンロード (838 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
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: