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