Properties
Optional symbol
symbol: string
Optional value
value: number
Static CENTILITER
CENTILITER
: LiterUnit = new LiterUnit('cl', 10)
Static DECALITER
DECALITER
: LiterUnit = new LiterUnit('dal', 10000)
Static DECILITER
DECILITER
: LiterUnit = new LiterUnit('dl', 100)
Static HECTOLITER
HECTOLITER
: LiterUnit = new LiterUnit('hl', 100000)
Static KILOLITER
KILOLITER
: LiterUnit = new LiterUnit('kl', 1000000)
Static MILLILITER
MILLILITER
: LiterUnit = new LiterUnit('ml', 1)
Methods
Static value
-
Parameters
The LiterUnit expected.
LiterUnit is an "enum" like which represent all liters unit available in the unit converter.
Nicolas GILLE nic.gille@gmail.com
0.2.0
1.0
MIT
EnumUnit