RakNet  4.0
Public Types | List of all members
RakNet::StatisticsHistory Class Reference

Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values. More...

#include <StatisticsHistory.h>

Public Types

enum  SHDataCategory { DC_DISCRETE, DC_CONTINUOUS }
 

Detailed Description

Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values.

Member Enumeration Documentation

Enumerator:
DC_DISCRETE 

Insert values from one set into the other set, in time order Values at the same time end up in the final set twice Use when you have additional data points to add to a graph

DC_CONTINUOUS 

Add values from one set to values from the other set, at corresponding times If value at time t does not exist in the other set, linearly extrapolate value for other set based on nearest two data points longTerm* values are unknown using this method Use to add two graphs together


The documentation for this class was generated from the following file: