Same as the related overload above for isInf.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bool
isInf(Decimal128 x);

Return Value

true if x is an infinity value, and false otherwise

Parameters

Name

Description

x

value to classify

Created with MrDocs