Delegate DoubleArrayComparingHandler
- Namespace
- FinanceSharp.Delegates
- Assembly
- FinanceSharp.dll
Compares current against input returning the new Current and CurrentTime values.
public delegate (long time, DoubleArray Array) DoubleArrayComparingHandler((long time, DoubleArray Array) current, (long Time, DoubleArray Array) input)
Parameters
current(long time, DoubleArray Array)The Current from the handling indicator.
input(long time, DoubleArray Array)The new input to compare against.
Returns
- (long time, DoubleArray Array)
The new Current and CurrentTime to set.
- Extension Methods