[#BloombergLP-bdljsn-JsonNumber-isIntegral] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]::isIntegral :relfileprefix: ../../../ :mrdocs: Return `true` if the value of this `JsonNumber` is an (exact) integral value, or `false` otherwise. Note that this function may return `true` even this number cannot be represented in a fundamental integral type. == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isIntegral() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#