Return true if the value of this JsonNumber is an exact integer.
Synopsis
Declared in <bdljsn_jsonnumber.h>
bool
isIntegral() const;
Description
Note that this function may return true even this number cannot be represented in a fundamental integral type.
Return Value
true if the value of this JsonNumber is an exact integer, and false otherwise
Created with MrDocs