isSmallIntervalCandidate

fun isSmallIntervalCandidate(    newStart: A_Number,     newEnd: A_Number,     delta: A_Number): Boolean

Evaluates whether the supplied parameters for an integer interval tuple are small enough that the small integer interval tuple representation can be used.

Return

true if all values would fit in the small representation, false otherwise.

Parameters

newStart

The start value for the candidate interval tuple.

newEnd

The end value for the candidate interval tuple.

delta

The delta for the candidate interval tuple.