derive abstract method

Units derive(
  1. String fullPrefix,
  2. String abbrevPrefix,
  3. double conv
)

Derive Units using this Units object as the base.

Implementation

Units derive(String fullPrefix, String abbrevPrefix, double conv);