The OpenD Programming Language

WMeanAccumulator.put

  1. void put(Slice1 s, Slice2 w)
  2. void put(SliceLike1 s, SliceLike2 w)
  3. void put(Range r)
  4. void put(RangeA r, RangeB w)
  5. void put(T x, U w)
    struct WMeanAccumulator(T, Summation summation, AssumeWeights assumeWeights, U = T, Summation weightsSummation = summation)
    void
    put
    ()
    (
    T x
    ,
    U w
    )
  6. void put(T x)
  7. void put(WMeanAccumulator!(F, summation, assumeWeights, G, weightsSummation) wm)

Meta