SIDefinitions

Generates the definitions of the SI units, prefixes and symbols.

mixin template SIDefinitions (
N
) {}

Members

Aliases

atto
alias atto = prefix!1e-18
Undocumented in source.
centi
alias centi = prefix!1e-2
Undocumented in source.
deca
alias deca = prefix!1e1
Undocumented in source.
deci
alias deci = prefix!1e-1
Undocumented in source.
exa
alias exa = prefix!1e18
Undocumented in source.
femto
alias femto = prefix!1e-15
Undocumented in source.
giga
alias giga = prefix!1e9
Undocumented in source.
hecto
alias hecto = prefix!1e2
Undocumented in source.
kilo
alias kilo = prefix!1e3
Undocumented in source.
litre
alias litre = liter
Undocumented in source.
mega
alias mega = prefix!1e6
Undocumented in source.
metre
alias metre = meter
Undocumented in source.
micro
alias micro = prefix!1e-6
Undocumented in source.
milli
alias milli = prefix!1e-3
Undocumented in source.
nano
alias nano = prefix!1e-9
Undocumented in source.
peta
alias peta = prefix!1e15
Undocumented in source.
pico
alias pico = prefix!1e-12
Undocumented in source.
tera
alias tera = prefix!1e12
Undocumented in source.
yocto
alias yocto = prefix!1e-24
Undocumented in source.
yotta
alias yotta = prefix!1e24

SI prefixes.

zepto
alias zepto = prefix!1e-21
Undocumented in source.
zetta
alias zetta = prefix!1e21
Undocumented in source.

Manifest constants

ampere
enum ampere;

Base SI units.

becquerel
enum becquerel;

Derived SI units

candela
enum candela;

Base SI units.

celsius
enum celsius;
coulomb
enum coulomb;

Derived SI units

dalton
enum dalton;
day
enum day;
degreeOfAngle
enum degreeOfAngle;
electronVolt
enum electronVolt;

Units compatible with the SI

farad
enum farad;

Derived SI units

gram
enum gram;

Units compatible with the SI

gray
enum gray;

Derived SI units

hectare
enum hectare;

Units compatible with the SI

henry
enum henry;
hertz
enum hertz;

Derived SI units

hour
enum hour;

Units compatible with the SI

joule
enum joule;
katal
enum katal;

Derived SI units

kelvin
enum kelvin;
kilogram
enum kilogram;

Base SI units.

liter
enum liter;

Units compatible with the SI

lumen
enum lumen;
lux
enum lux;

Derived SI units

meter
enum meter;

Base SI units.

minute
enum minute;
minuteOfAngle
enum minuteOfAngle;

Units compatible with the SI

mole
enum mole;

Base SI units.

newton
enum newton;
ohm
enum ohm;

Derived SI units

one
enum one;

The dimensionless unit 1.

pascal
enum pascal;

Derived SI units

radian
enum radian;

Derived SI units

second
enum second;

Base SI units.

secondOfAngle
enum secondOfAngle;

Units compatible with the SI

siSymbolList
enum siSymbolList;

A list of common SI symbols and prefixes

siemens
enum siemens;
sievert
enum sievert;
steradian
enum steradian;
tesla
enum tesla;

Derived SI units

ton
enum ton;

Units compatible with the SI

volt
enum volt;
watt
enum watt;
weber
enum weber;

Derived SI units

Meta