Class AggregateFunctions.AggregateSum

java.lang.Object
com.fluxtion.ext.streaming.api.group.AggregateFunctions.AggregateSum
All Implemented Interfaces:
NumericFunctionStateless
Enclosing class:
AggregateFunctions

public static class AggregateFunctions.AggregateSum
extends java.lang.Object
implements NumericFunctionStateless
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregateSum()  
  • Method Summary

    Modifier and Type Method Description
    static double calcSum​(double newValue, double oldSum)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • calcSum

      public static double calcSum​(double newValue, double oldSum)