The OpenD Programming Language

MomentAccumulator.put

  1. void put(Range r)
  2. void put(Range r, T m)
  3. void put(Range r, T m, T s)
    struct MomentAccumulator(T, size_t N, Summation summation)
    void
    put
    (
    Range
    )
    (
    Range r
    ,
    T m
    ,
    T s
    )
    if ()
    if (
    N > 0 &&
    )
  4. void put(T x)
  5. void put(MomentAccumulator!(T, N, summation) m)

Meta