is Small Interval Candidate
fun isSmallIntervalCandidate( newStart: A_Number, newEnd: A_Number, delta: A_Number): Boolean
Content copied to clipboard
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
new Start
The start value for the candidate interval tuple.
new End
The end value for the candidate interval tuple.
delta
The delta for the candidate interval tuple.