|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
国际单位制(SI)的常用前缀 更多...
类型定义 | |
| using | neforce::atto = ratio<1, 1000000000000000000> |
| 阿托(10^-18) | |
| using | neforce::femto = ratio<1, 1000000000000000> |
| 飞(10^-15) | |
| using | neforce::pico = ratio<1, 1000000000000> |
| 皮(10^-12) | |
| using | neforce::nano = ratio<1, 1000000000> |
| 纳(10^-9) | |
| using | neforce::micro = ratio<1, 1000000> |
| 微(10^-6) | |
| using | neforce::milli = ratio<1, 1000> |
| 毫(10^-3) | |
| using | neforce::centi = ratio<1, 100> |
| 厘(10^-2) | |
| using | neforce::deci = ratio<1, 10> |
| 分(10^-1) | |
| using | neforce::deca = ratio<10, 1> |
| 十(10^1) | |
| using | neforce::hecto = ratio<100, 1> |
| 百(10^2) | |
| using | neforce::kilo = ratio<1000, 1> |
| 千(10^3) | |
| using | neforce::mega = ratio<1000000, 1> |
| 兆(10^6) | |
| using | neforce::giga = ratio<1000000000, 1> |
| 吉(10^9) | |
| using | neforce::tera = ratio<1000000000000, 1> |
| 太(10^12) | |
| using | neforce::peta = ratio<1000000000000000, 1> |
| 拍(10^15) | |
| using | neforce::exa = ratio<1000000000000000000, 1> |
| 艾(10^18) | |
国际单位制(SI)的常用前缀