Common Reference > VectorMath Class > MovingTotal Method > (Int32[],Int32) VectorMath.MovingTotal Method (Int32[],Int32)
Moving total of an integer vector with a given window.
public static int[] MovingTotal(
int[] vector,
int window
);
See also ...VectorMath.MovingTotal Method
Send comments on this topic © Dyalog Ltd 2021
|