Class SeqPairUtil
Utility class for SeqPair operations.
public static class SeqPairUtil
- Inheritance
-
SeqPairUtil
- Inherited Members
Methods
Delta<T>(SeqPair<T>)
Calculates the difference between current and previous values in a sequence pair.
public static T Delta<T>(this SeqPair<T> seq) where T : ISubtractionOperators<T, T, T>
Parameters
seq
SeqPair<T>The sequence pair to calculate delta for
Returns
- T
The difference between current and previous values
Type Parameters
T
Type that supports subtraction operations