Return a ValueType64 representing infinity. Optionally specify whether the infinity isNegative. If isNegative is false or is is not supplied, the returned value will be infinity, and negative infinity otherwise.
Declared in <bdldfp_decimalimputil.h>
static
ValueType64
makeInfinity64(bool isNegative = false);