Uses of Interface
types.basic.tnumber.TNumber
Packages that use TNumber
-
Uses of TNumber in types.basic.tfloat
Subinterfaces of TNumber in types.basic.tfloatModifier and TypeInterfaceDescriptioninterfaceClasses in types.basic.tfloat that implement TNumberModifier and TypeClassDescriptionclassTemporal float instant class inherited from temporal instant.classTemporal float sequence class inherited from temporal sequence.classTemporal float sequence set class inherited from temporal sequence set. -
Uses of TNumber in types.basic.tint
Subinterfaces of TNumber in types.basic.tintModifier and TypeInterfaceDescriptioninterfaceClasses in types.basic.tint that implement TNumberModifier and TypeClassDescriptionclassTemporal integer instant class inherited from temporal instant.classTemporal integer sequence class inherited from temporal sequence.classTemporal integer sequence set class inherited from temporal sequence set. -
Uses of TNumber in types.basic.tnumber
Methods in types.basic.tnumber that return TNumberModifier and TypeMethodDescriptiondefault TNumberReturns a new temporal object with the values of `self` plus `other`.default TNumberReturns a new temporal object with the values of `self` multiplied by `other`.default TNumberReturns a new temporal object with the values of `self` plus `other`.default TNumberReturns a new temporal object with the values of `self` multiplied by `other`.default TNumberReturns a new temporal object with the values of `other` minus `self`.default TNumberReturns a new temporal object with the values of `other` divided by `self`.default TNumberReturns a new temporal object with the values of `self` minus `other`.default TNumberReturns a new temporal object with the values of `self` divided by `other`.default TNumberTNumber.abs()Returns the absolute value of "this".default TNumberReturns a new temporal object with the values of "this" plus "other".default TNumberReturns a new temporal object with the values of "this" restricted to the value or time "other".default TNumberTNumber.delta_value()Returns the value difference between consecutive instants of "this".default TNumberReturns a new temporal object with the values of "this" divided by "other".default TNumberReturns a new temporal object with the values of "this" restricted to the complement of the value or time "other".default TNumberReturns a new temporal object with the values of "this" multiplied by "other".default TNumberReturns a new temporal object with the values of "this" plus "other".default TNumberReturns a new temporal object with the values of "this" divided by "other".default TNumberReturns a new temporal object with the values of "this" multiplied "other".default TNumberReturns a new temporal object with the values of "this" minus "other".default TNumberTNumber.scale_value(Object width) Returns a new :class:`TNumber` scaled so the value dimension has width ``width``.default TNumberTNumber.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 TNumberTNumber.shift_value(Object delta) Returns a new :class:`TNumber` with the value dimension shifted by ``delta``.default TNumberReturns a new temporal object with the values of "this" minus "other".Methods in types.basic.tnumber that return types with arguments of type TNumberModifier 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
Methods in types.boxes with parameters of type TNumberModifier and TypeMethodDescriptionstatic TBoxTBox.from_tnumber(TNumber temporal) Returns a "TBox" from aTNumberobject.