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