Changeset 31 for trunk/Packages
- Timestamp:
- Apr 30, 2016, 12:16:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UPrefixMultiplier.pas
r4 r31 39 39 (ShortText: 'n'; FullText: 'nano'; Value: 1e-9), 40 40 (ShortText: 'u'; FullText: 'mikro'; Value: 1e-6), 41 (ShortText: 'm'; FullText: 'mili'; Value: 1 e-3),41 (ShortText: 'm'; FullText: 'mili'; Value: 1-3), 42 42 (ShortText: ''; FullText: ''; Value: 1e0), 43 43 (ShortText: 'k'; FullText: 'kilo'; Value: 1e3),
Note:
See TracChangeset
for help on using the changeset viewer.