TensorStore
tensorstore.Unit.__truediv__
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
          • C Spec
          • C Schema
          • C CodecSpec
          • C OpenMode
          • C ChunkLayout
          • C Unit
            • Constructors
            • Accessors
            • Comparison operators
            • Arithmetic operators
              • M __mul__
              • M __truediv__
          • V RecheckCacheOption
        • Views
        • Data types
        • Asynchronous support
        • OCDBT
        • Experimental
      • API reference
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    tensorstore.Unit.__truediv__(self, divisor: SupportsFloat | SupportsIndex) → Unit

    Divides this unit by the specified divisor.

    Example

    >>> ts.Unit('7nm') / 2
    Unit(3.5, "nm")