Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace
Represents a function returning a real number that has three real arguments.
A real number.
Use a TrivariateRealFunction delegate to encapsulate the evaluation of a real function with three real arguments.
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)