k property

num get k

Get this number in thousands.

Example: 3.k -> 3000.

Implementation

num get k => this * 1000;