million property
num
get
million
Get this number in millions.
Example: 3.million -> 3_000_000.
Implementation
num get million => this * 1_000_000;
Get this number in millions.
Example: 3.million -> 3_000_000.
num get million => this * 1_000_000;