- tensorstore.Unit.__mul__(self, multiplier: float) Unit
Multiplies this unit by the specified multiplier.
Example
>>> ts.Unit('3.5nm') * 2 Unit(7, "nm")
Multiplies this unit by the specified multiplier.
Example
>>> ts.Unit('3.5nm') * 2
Unit(7, "nm")