Interval of time represented with 64 bit double precision float. More...
#include <Time.h>
Public Member Functions | |
Relative () | |
how many seconds have elapsed in More... | |
Relative (Milliseconds time) | |
Construct a Relative from milliseconds. More... | |
Relative (Nanoseconds time) | |
Construct a Relative from nanoseconds. More... | |
Relative (Seconds time) | |
Construct a Relative from seconds. More... | |
bool | operator> (const Relative other) const |
bool | operator< (const Relative other) const |
bool | operator== (const Relative other) const |
Seconds | toSeconds () const |
Nanoseconds | toNanoseconds () const |
Milliseconds | toMilliseconds () const |
Static Public Member Functions | |
static Relative | fromSeconds (double seconds) |
Interval of time represented with 64 bit double precision float.
|
inline |
how many seconds have elapsed in
|
inline |
Construct a Relative from milliseconds.
|
inline |
Construct a Relative from nanoseconds.