Delegate UnaryFunctionHandler
- Namespace
- FinanceSharp.Delegates
- Assembly
- FinanceSharp.dll
A mathematical function that receives a single value and returns one.
public delegate double UnaryFunctionHandler(double value)
Parameters
valuedoubleA value.
Returns
- double
The result of the function.
- Extension Methods