@tmlmt/cooklang-parser / convertQuantityToSystem
Function: convertQuantityToSystem()
Call Signature
convertQuantityToSystem(
quantity,system):QuantityWithPlainUnit|undefined
Converts a quantity to the best unit in a target system. Returns the converted quantity, or undefined if the unit type is "other" or not convertible.
Parameters
quantity
The quantity to convert
system
The target unit system
Returns
QuantityWithPlainUnit | undefined
The converted quantity, or undefined if conversion not possible
Call Signature
convertQuantityToSystem(
quantity,system):QuantityWithExtendedUnit|undefined
Converts a quantity to the best unit in a target system. Returns the converted quantity, or undefined if the unit type is "other" or not convertible.
Parameters
quantity
The quantity to convert
system
The target unit system
Returns
QuantityWithExtendedUnit | undefined
The converted quantity, or undefined if conversion not possible