Type alias InstantaneousPropertyStatistics

InstantaneousPropertyStatistics: [number, number, number, number]

Instantaneous property statistics.

The values of the array represent:

  1. the aggregate value of the property values in the aggregate block (average)
  2. the count of property values in the aggregate block
  3. the minimum property value in the aggregate block
  4. the maximum property value in the aggregate block

Generated using TypeDoc