Passing user defined methods to methods
In my class library I have methods that need to work on methods defined by the user.
For example, I have a method M() in my library which needs a function "double f(double x)" this function f() has to be defined by the user. In fact different users will have different f()'s. In C you an pass this in the parameter list. What is the best way to do this in C#?
AdministratorPosted Mar 14, 2003, 1:03 PM
AdministratorPosted Mar 13, 2003, 7:49 AM
AdministratorPosted Mar 13, 2003, 5:09 AM