kilo property
num
get
kilo
Get this number in thousands.
Example: 3.kilo -> 3_000.
Implementation
num get kilo => this * 1_000;
Get this number in thousands.
Example: 3.kilo -> 3_000.
num get kilo => this * 1_000;