T
T
Hi there,
I have a whole library of math functions which take a single double
argument and return a double argument. Now I need to overload all of
these functions to take a DataTable and return a DataTable which
contains the result of the original function called on each row.
For example:
double f2(double){
}
I have a whole library of math functions which take a single double
argument and return a double argument. Now I need to overload all of
these functions to take a DataTable and return a DataTable which
contains the result of the original function called on each row.
For example:
double f2(double){
}