[#BloombergLP-bsls-TimeInterval_DurationTraits-k_IS_FLOAT] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeInterval_DurationTraits.adoc[TimeInterval_DurationTraits]::k_IS_FLOAT :relfileprefix: ../../../ :mrdocs: This compile time constant is `true` if the `REP` (template type argument) is indicated to be a floating point type by the underlying library. Otherwise, if the underlying library does not consider `REP` floating point anywhere (see `TimeInterval_RepTraits`), `k_IS_FLOAT` is `false`. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool const k_IS_FLOAT = TimeInterval_RepTraits<REP>::k_IS_FLOAT; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#