Uses of Class
types.collections.number.FloatSpan
-
Uses of FloatSpan in types.basic.tfloat
Modifier 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
-
Uses of FloatSpan in types.collections.number
Modifier 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.