createSmallInterval

fun createSmallInterval(    newStart: Int,     newEnd: Int,     delta: Long): A_Tuple

Create a new interval according to the parameters.

Return

The new interval.

Parameters

newStart

The first integer in the interval.

newEnd

The last integer in the interval.

delta

The difference between an integer and its subsequent neighbor in the interval. Delta is nonzero.