Method: Quantify::Unit::Base#is_derived_unit?

Defined in:
lib/quantify/unit/base_unit.rb

#is_derived_unit?Boolean

Determine is the unit is a derived unit - that is, a unit made up of more than one of the base quantities

Returns:

  • (Boolean)


312
313
314
# File 'lib/quantify/unit/base_unit.rb', line 312

def is_derived_unit?
  !is_base_unit?
end