Script Function Reference

Function Reference >Script Function Reference >Table Formats>interval

Interval

The interval format is used to represent an interval with a minimum, maximum, and resolution.
x.type = "interval"
x.min -- the minimum value for the range
x.max -- the maximum value for the range
x.res -- the number of subdivisions in the interval
Intervals are generally used for setting and getting the interval values for functions. The createParameterInterval function can be used to generate an interval.