kilo method

Units kilo()

Returns the derived Units having the 10^3 (i.e., 1000) prefix, kilo (k).

Implementation

Units kilo() => derive('kilo', 'k', 1000);