getTransform abstract method

UnitConverter getTransform(
  1. BaseUnit unit
)

Returns the normalization transform of the specified base unit (UnitConverter.identity if the base unit is not recognized).

Implementation

UnitConverter getTransform(BaseUnit unit);