times method

Unit times(
  1. Unit that
)

The product of this unit with the one specified.

Implementation

Unit times(Unit that) => Unit.productOf(this, that);