billion property
num
get
billion
Get this number in billions.
Example: 3.billion -> 3_000_000_000.
Implementation
num get billion => this * 1_000_000_000;
Get this number in billions.
Example: 3.billion -> 3_000_000_000.
num get billion => this * 1_000_000_000;