Class: QgsIntRange

class qgis.core.QgsIntRange

Bases: QgsRangeintBase

QgsRange which stores a range of integer values.

See also

QgsDoubleRange

See also

QgsDateRange

See also

QgsDateTimeRange

QgsIntRange(lower: int, upper: int, limits: Qgis.RangeLimits) Constructor for QgsIntRange. The lower and upper bounds are specified, and whether or not these bounds are included in the range.

Added in version 3.38.

QgsIntRange(lower: int, upper: int, includeLower: bool = True, includeUpper: bool = True) Constructor for QgsIntRange. The lower and upper bounds are specified, and optionally whether or not these bounds are included in the range.

QgsIntRange() Constructor for QgsIntRange containing an infinite range (see isInfinite()).

Added in version 3.18.

QgsIntRange(QgsIntRange)

Methods

isInfinite

Returns True if the range consists of all possible values.

isInfinite(self) bool

Returns True if the range consists of all possible values.

Added in version 3.18.

Return type:

bool