|
|
Extensive Function Library
The CalcDataGrid class in Essential Calculate gives you easy way to add calculation support to a Windows Forms DataGrid.
|
|
|
|
Essential Calculate contains a library of more than 150 functions ready for your use. They range for standard mathematical functions like Cos and Sin, to statistical functions like average and standard deviation, to financial functions like declining balance and future value.
Some underlying mathematics
|
|
|
|
To add your own functions, you simply write a method defining your calculation, and then register a delegate for this method with Essential Calculate. The class library has helper methods that you can use to retrieve lists of values and compute formulas if needed to manage your custom function.
You can also directly access helper methods that parse and compute formulas for use in your code.
|
|
|
|
|
|
|