Interface: SimpleUnitNode
One parsed component of a unit term: a simple unit (prefix?+atom) with an optional exponent.
Properties
atom
readonlyatom:UcumAtom
The resolved atom.
exponent
readonlyexponent:number
The integer exponent (default 1). Negative for the denominator side.
kind
readonlykind:"simple"
prefix?
readonlyoptionalprefix?:UcumPrefix
The applied prefix, when present.