[#absl-ToDoubleMicroseconds] = xref:absl.adoc[absl]::ToDoubleMicroseconds :relfileprefix: ../ :mrdocs: Converts a Duration to a floating‐point count of microseconds. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- double ToDoubleMicroseconds(xref:absl/Duration.adoc[Duration] d); ---- == Return Value The number of microseconds in `d`, including any fraction. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#