Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace
Represents a function returning a real number that has one integer parameter and one real argument.
A real number.
Use a ParameterizedRealFunction delegate to encapsulate the evaluation of a parameterized class of real functions with one real argument. An integer parameter selects which function is to be evaluated.
Many calculations involve the repeated evaluation of one or more user-supplied functions. Numerical integration and differentiation and finding zeroes of functions are common examples. In the .NET framework, this functionality is implemented using delegates.
Namespace: Extreme.Mathematics
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)