- tensorstore.Unit.__truediv__(self, divisor: SupportsFloat | SupportsIndex) Unit
Divides this unit by the specified divisor.
Example
>>> ts.Unit('7nm') / 2 Unit(3.5, "nm")
Divides this unit by the specified divisor.
Example
>>> ts.Unit('7nm') / 2
Unit(3.5, "nm")