getBaseValue abstract method

  1. @protected
Rational getBaseValue(
  1. TUnit unit,
  2. Rational value
)

Gets the base value for a unit of measurement of unit and value.

Implementation

@protected
Rational getBaseValue(TUnit unit, Rational value);