libtime++: Date and time calculation

◆ float_second()

double libtime::TBaseClassTime::float_second ( ) const
inlineinherited

Definition at line 295 of file libtime++.h.

References libtime::TBaseClassTime::Mtime_Ts.

Referenced by libtime::time2double().

296  { return(Mtime_Ts.second+1.e-3*Mtime_Ts.milsec+1.e-6*Mtime_Ts.micsec); }
time_kernel::time_Ts Mtime_Ts
Definition: libtime++.h:140
Here is the caller graph for this function: