Represents a range of channels, defined by a tuple containing two numeric values or null.
The tuple includes a starting value and an ending value for the range.
The range is defined as:
The first element in the tuple is the starting value of the range, or null if not specified.
The second element in the tuple is the ending value of the range, or null if not specified.
This type can be used to define or manipulate numeric ranges for specific purposes, where bounds may be optional.
Represents a range of channels, defined by a tuple containing two numeric values or null. The tuple includes a starting value and an ending value for the range.
The range is defined as:
This type can be used to define or manipulate numeric ranges for specific purposes, where bounds may be optional.