Uses of Class
types.collections.number.IntSpan
Packages that use IntSpan
-
Uses of IntSpan in types.basic.tint
Methods in types.basic.tint that return IntSpanModifier and TypeMethodDescriptiondefault IntSpanTInt.to_intspan()Returns value span of "this".default IntSpanTInt.value_span()Returns the value span of "this". -
Uses of IntSpan in types.collections.number
Methods in types.collections.number that return IntSpanModifier and TypeMethodDescriptionIntSpan.copy()Return a copy of "this".IntSpanSet.end_span()IntSpan.from_hexwkb(String str) Returns a tstzspan from its WKB representation in hex-encoded ASCII.IntSpan.intersection(Object other) IntSpan.scale(int width) Return a new "IntSpanSet" with the lower and upper bounds scaled so that the width is "width".IntSpan.shift(int delta) Return a new "IntSpanSet" with the lower and upper bounds shifted by "delta".IntSpan.shift_scale(int delta, int width) Return a new "IntSpanSet" with the lower and upper bounds shifted by "delta" and scaled so that the width is "width".IntSpanSet.span_n(int n) IntSpanSet.start_span()FloatSpan.to_intspan()Converts "this" to aIntSpaninstance.IntSet.to_span()Returns a span that encompasses "this".IntSpanSet.to_span()Returns a span that encompasses "this".Methods in types.collections.number that return types with arguments of type IntSpan