Uses of Class
types.collections.number.FloatSpanSet
Packages that use FloatSpanSet
-
Uses of FloatSpanSet in types.basic.tfloat
Methods in types.basic.tfloat that return FloatSpanSetModifier and TypeMethodDescriptiondefault FloatSpanSet
TFloat.value_spans()
Returns the value spans of `self` taking into account gaps. -
Uses of FloatSpanSet in types.collections.number
Methods in types.collections.number that return FloatSpanSetModifier and TypeMethodDescriptionFloatSpanSet.add
(int other) FloatSpanSet.intersection
(Object 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".FloatSpanSet.shift_scale
(int delta, int width) 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) IntSpanSet.to_floatspanset()
Returns an intspanset that encompasses "this".FloatSet.to_spanset()
Returns a SpanSet that contains a Span for each element in "this".FloatSpan.to_spanset()
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".