UNPKG

@qudtlib/core

Version:

Data model for QUDTLib

15 lines (14 loc) 436 B
/** * Governs the algorithm used to find units based on their derived units. The DerivedUnitSearchMode * is mapped to the {@link FactorUnitMatchingMode} which governs individual unit/factor unit * matching. */ export declare enum DerivedUnitSearchMode { /** Return all matching units. */ ALL = 0, /** * Return the best matching unit. */ BEST_MATCH = 1 } //# sourceMappingURL=derivedUnitSearchMode.d.ts.map