Return true if the specified x is an infinity value and false otherwise. Note that this is equivalent to classify(x) == FP_INFINITE.
Synopsis
Declared in <bdldfp_decimalutil.h>
static
bool
isInf(Decimal32 x);
Return Value
true if x is an infinity value, and false otherwise
Parameters
Name |
Description |
x |
value to classify |
Created with MrDocs