getDimension abstract method

Dimension getDimension(
  1. BaseUnit unit
)

Returns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized).

Implementation

Dimension getDimension(BaseUnit unit);