-
Returns the value spans of `self` taking into account gaps.
-
FloatSpanSet.add(int other)
Returns the intersection of "this" and "other".
Returns the difference of "this" and "other".
Returns the difference of "this" and "other".
FloatSpanSet.mul(int other)
FloatSpanSet.scale(int width)
Return a new "FloatSpanSet" with the lower and upper bounds scaled so
that the width is "width".
FloatSpanSet.shift(int delta)
Return a new "FloatSpanSet" with the lower and upper bounds shifted by
"delta".
Return a new "FloatSpanSet" with the lower and upper bounds shifted by
"delta" and scaled so that the width is "width".
FloatSpanSet.sub(int other)
Returns an intspanset that encompasses "this".
Returns a SpanSet that contains a Span for each element in "this".
Returns a SpanSet that contains a Span for each element in "this".
Returns the union of "this" and "other".
Returns the union of "this" and "other".