pub unsafe extern "C" fn SoapySDR_ticksToTimeNs(
    ticks: c_longlong,
    rate: f64
) -> c_longlong
Expand description

Convert a tick count into a time in nanoseconds using the tick rate. \param ticks a integer tick count \param rate the ticks per second \return the time in nanoseconds