kilo method
Returns the derived Units having the 10^3 (i.e., 1000) prefix, kilo (k).
Implementation
Units kilo() => derive('kilo', 'k', 1000);
Returns the derived Units having the 10^3 (i.e., 1000) prefix, kilo (k).
Units kilo() => derive('kilo', 'k', 1000);