AMCAX Kernel 1.0.0.0
AbstructUnit.hpp File Reference

Class for SI Base Units. More...

#include <common/Macros.hpp>
Include dependency graph for AbstructUnit.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::AbstructUnit
 Class for SI Base Units. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Enumerations

enum class  AMCAX::UnitPrefix {
  QUECTO = -30 , RONTO = -27 , YOCTO = -24 , ZEPTO = -21 ,
  ATTO = -18 , FEMTO = -15 , PICO = -12 , NANO = -9 ,
  MICRO = -6 , MILLI = -3 , CENTI = -2 , DECI = -1 ,
  NONE = 0 , DECA = 1 , HECTO = 2 , KILO = 3 ,
  MEGA = 6 , GIGA = 9 , TERA = 12 , PETA = 15 ,
  EXA = 18 , ZETTA = 21 , YOTTA = 24 , RONNA = 27 ,
  QUETTA = 30
}
 The unit prefixes.
 

Detailed Description

Class for SI Base Units.

This file is part of AMCAX Kernel.