Return a ValueType64 representing positive or negative infinity.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
ValueType64
makeInfinity64(bool isNegative = false);

Description

Optionally specify whether the infinity isNegative. If isNegative is false or is not supplied, the returned value will be infinity, and negative infinity otherwise.

Return Value

a ValueType64 representing positive or negative infinity

Parameters

Name

Description

isNegative

true for negative infinity, false otherwise

Created with MrDocs