stationBaseFactor
Getter
Gets the station base factor used for station formatting. This is a positive integer that acts as a multiplier for the base offset calculation. The default value is 1.
stationBaseFactor: undefined | number
Returns - undefined | number
Setter
stationBaseFactor(stationBaseFactor: number): void
Parameter | Type | Description |
---|---|---|
stationBaseFactor | number |
Returns - void
Defined in
- quantity/src/Formatter/Format.ts Line 95
Last Updated: 30 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.