Type alias AccumulatingPropertyStatistics

AccumulatingPropertyStatistics: [number, number, number]

Instantaneous property statistics.

The values of the array represent:

  1. the aggregate value of the property values in the aggregate block (accumulation/difference)
  2. the first property value in the aggregate block
  3. the last propert value in the aggregate block

Generated using TypeDoc