[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about Time



Hi.
 
We can get current time with Scheduler::instance().clock().
As you know, this function returns number of double type.
For example 2.013653.
 
My interpretation of that result is
 
2      . 0 1 3      6 5 3
(sec) (msec)  (nano sec)
 
Am I right or wrong?
 
Thanks in advance.
bye.