Same as the overload taking Decimal32.
Synopsis
Declared in <bdldfp_decimalutil.h>
static
bool
isFinite(Decimal64 x);
Return Value
true if x is neither infinity nor NaN, and false otherwise
Parameters
Name |
Description |
x |
value to classify |
Created with MrDocs