@qudtlib/core
Version:
Data model for QUDTLib
1 lines • 595 B
Source Map (JSON)
{"version":3,"sources":["derivedUnitSearchMode.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,oBAAY,qBAAqB;IAC/B,iCAAiC;IACjC,GAAG,IAAA;IACH;;OAEG;IACH,UAAU,IAAA;CACX","file":"derivedUnitSearchMode.d.ts","sourcesContent":["/**\n * Governs the algorithm used to find units based on their derived units. The DerivedUnitSearchMode\n * is mapped to the {@link FactorUnitMatchingMode} which governs individual unit/factor unit\n * matching.\n */\nexport enum DerivedUnitSearchMode {\n /** Return all matching units. */\n ALL,\n /**\n * Return the best matching unit.\n */\n BEST_MATCH,\n}\n"]}