My boss asked me to look into the computing engine. In fact, the user will have a data table in which calculations can be performed. They will also be able to build their own calculations based on certain restrictions that we apply (built-in calculations will then be stored in the database).
Is it possible to call a specific method in C #, depending on what is stored in the database? Therefore, if the database says, the calculation should perform the standard deviation. When we get this information from the database, is it possible then to call the standard rejection method that we will have in C #?
Hope this is clear.
source
share