Uses of Interface
types.basic.tnumber.TNumber
-
Uses of TNumber in types.basic.tfloat
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
Temporal float instant class inherited from temporal instant.class
Temporal float sequence class inherited from temporal sequence.class
Temporal float sequence set class inherited from temporal sequence set. -
Uses of TNumber in types.basic.tint
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
Temporal integer instant class inherited from temporal instant.class
Temporal integer sequence class inherited from temporal sequence.class
Temporal integer sequence set class inherited from temporal sequence set. -
Uses of TNumber in types.basic.tnumber
Modifier and TypeMethodDescriptiondefault TNumber
Returns a new temporal object with the values of `self` plus `other`.default TNumber
Returns a new temporal object with the values of `self` multiplied by `other`.default TNumber
Returns a new temporal object with the values of `self` plus `other`.default TNumber
Returns a new temporal object with the values of `self` multiplied by `other`.default TNumber
Returns a new temporal object with the values of `other` minus `self`.default TNumber
Returns a new temporal object with the values of `other` divided by `self`.default TNumber
Returns a new temporal object with the values of `self` minus `other`.default TNumber
Returns a new temporal object with the values of `self` divided by `other`.default TNumber
TNumber.abs()
Returns the absolute value of "this".default TNumber
Returns a new temporal object with the values of "this" plus "other".default TNumber
Returns a new temporal object with the values of "this" restricted to the value or time "other".default TNumber
TNumber.delta_value()
Returns the value difference between consecutive instants of "this".default TNumber
Returns a new temporal object with the values of "this" divided by "other".default TNumber
Returns a new temporal object with the values of "this" restricted to the complement of the value or time "other".default TNumber
Returns a new temporal object with the values of "this" multiplied by "other".default TNumber
Returns a new temporal object with the values of "this" plus "other".default TNumber
Returns a new temporal object with the values of "this" divided by "other".default TNumber
Returns a new temporal object with the values of "this" multiplied "other".default TNumber
Returns a new temporal object with the values of "this" minus "other".default TNumber
TNumber.scale_value
(Object width) Returns a new :class:`TNumber` scaled so the value dimension has width ``width``.default TNumber
TNumber.shift_scale_value
(Object shift, Object width) Returns a new :class:`TNumber` with the value dimension shifted by ``shift`` and scaled so the value dimension has width ``width``.default TNumber
TNumber.shift_value
(Object delta) Returns a new :class:`TNumber` with the value dimension shifted by ``delta``.default TNumber
Returns a new temporal object with the values of "this" minus "other".Modifier and TypeMethodDescriptionTNumber.value_split
(int size, int start) TNumber.value_time_split
(Object duration, int value_size, int value_start, Object time_start) Splits `self` into fragments with respect to value and tstzspan buckets. -
Uses of TNumber in types.boxes
Modifier and TypeMethodDescriptionstatic TBox
TBox.from_tnumber
(TNumber temporal) Returns a "TBox" from aTNumber
object.