Tiled Domain

A tiled domain is a domain-unit with an additional tiling.

For one-dimensional domain units the word segmented is the synonym for a tiled domain.

A tiled domain can be configured with the tiledunit function.

Domain units with value types of more that 2 bytes can be tiled, so:

thus not (u)int16, (u)int8, nor uint4, uint2 or bool can be tiled.

tiles as a set of Ranges

Each domain unit has a range of valid values, determined by the inclusive Lower Bound and exclusive Upper Bound.

For Point value types this result in a rectangular box of valid values.