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