Uses of Class
types.collections.number.IntSpan
-
Uses of IntSpan in types.basic.tint
Modifier and TypeMethodDescriptiondefault IntSpan
TInt.to_intspan()
Returns value span of "this".default IntSpan
TInt.value_span()
Returns the value span of "this". -
Uses of IntSpan in types.collections.number
Modifier 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 aIntSpan
instance.IntSet.to_span()
Returns a span that encompasses "this".IntSpanSet.to_span()
Returns a span that encompasses "this".