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