The OpenD Programming Language

WMeanAccumulator.put

  1. void put(Slice1 s, Slice2 w)
    struct WMeanAccumulator(T, Summation summation, AssumeWeights assumeWeights, U = T, Summation weightsSummation = summation)
    void
    put
    (
    Slice1
    Slice2
    )
    (
    Slice1 s
    ,
    Slice2 w
    )
    if (
    isSlice!Slice1 &&
    isSlice!Slice2
    )
  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)
  6. void put(T x)
  7. void put(WMeanAccumulator!(F, summation, assumeWeights, G, weightsSummation) wm)

Meta