swift
Public Member Functions | Public Attributes | List of all members
swift::misc::MillisecondsMinMaxMean Struct Reference

Milliseconds minimum/maximum/mean. More...

Public Member Functions

bool isValid () const
 Valid?
 
void reset ()
 Reset the values.
 
QString asString () const
 As string.
 

Public Attributes

qint64 min
 Minimum.
 
qint64 max
 Maximum.
 
double mean
 Mean (average)
 

Detailed Description

Milliseconds minimum/maximum/mean.

Definition at line 22 of file timestampobjectlist.h.


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