Uses of Class
types.collections.number.FloatSpan
Packages that use FloatSpan
-
Uses of FloatSpan in types.basic.tfloat
Methods in types.basic.tfloat that return FloatSpanModifier and TypeMethodDescriptiondefault FloatSpan
TFloat.to_floatrange()
Returns value span of "this".default FloatSpan
TFloat.value_span()
Returns the value span of "this". -
Uses of FloatSpan in types.boxes
Methods in types.boxes that return FloatSpan -
Uses of FloatSpan in types.collections.number
Methods in types.collections.number that return FloatSpanModifier and TypeMethodDescriptionFloatSpanSet.end_span()
FloatSpan.intersection
(Object other) Returns the intersection of "this" and "other".FloatSpan.scale
(int width) Return a new "FloatSpan" with the lower and upper bounds scaled so that the width is "width".FloatSpan.shift
(int delta) Return a new "FloatSpan" with the lower and upper bounds shifted by "delta".FloatSpan.shift_scale
(int delta, int width) Return a new "FloatSpan" with the lower and upper bounds shifted by "delta" and scaled so that the width is "width".FloatSpanSet.span_n
(int n) FloatSpanSet.start_span()
FloatSet.to_span()
Returns a span that encompasses "this".FloatSpanSet.to_span()
Returns a span that encompasses "this".IntSpan.tofloatspan()
Converts "this" to aFloatSpan
instance.Methods in types.collections.number that return types with arguments of type FloatSpan