[][src]Function libeyelink_sys::current_double_usec

pub unsafe extern "C" fn current_double_usec() -> f64

@ingroup access_time_local Returns the current microsecond as double (56 bits) since the initialization. Equivalent to \c current_micro() and \c current_usec().

@return The current microsecond as a double value since the initialization of the library, modulo 2^32.

\b Example: See \c current_usec()

\sa \c current_micro(), \c current_usec(), \c current_msec(), \c current_time() and \c msec_delay()