MovingAverage

Constructors

this
this(size_t mlen)

Members

Functions

append
void append(in T val)

Properties

avg
T avg [@property getter]
maxLength
size_t maxLength [@property getter]
maxLength
size_t maxLength [@property setter]

Variables

array
T[] array;
cur_index
size_t cur_index;
max_length
size_t max_length;

Meta