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

New in version 3.0.

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()).

New 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.

New in version 3.18.

Return type:

bool