Reference > VectorMath Class > MovingTotal Method > (Int32[],Int32,Int32)

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 ...

MovingTotal Method


Send comments on this topic
© Dyalog Ltd 2013