Delegate DoubleArrayUpdateHandler
- Namespace
- FinanceSharp.Delegates
- Assembly
- FinanceSharp.dll
Handler for a function that updates the state of this updatable with the given value and returns true if this updatable is ready, false otherwise
public delegate void DoubleArrayUpdateHandler(long time, DoubleArray input)
Parameters
timelongThe timestamp represented in milliseconds-epoch-1970.
inputDoubleArrayThe value to use to update this updatable
- Extension Methods