forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AmountOfSubstance.json
42 lines (42 loc) · 1.08 KB
/
AmountOfSubstance.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"Name": "AmountOfSubstance",
"BaseUnit": "Mole",
"XmlDocSummary": "Mole is the amount of substance containing Avagadro's Number (6.02 x 10 ^ 23) of real particles such as molecules,atoms, ions or radicals.",
"BaseDimensions": {
"N": 1
},
"Units": [
{
"SingularName": "Mole",
"PluralName": "Moles",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"BaseUnits": {
"N": "Mole"
},
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Centi", "Deci", "Kilo", "Mega"],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mol" ]
}
]
},
{
"SingularName": "PoundMole",
"PluralName": "PoundMoles",
"BaseUnits": {
"N": "PoundMole"
},
"FromUnitToBaseFunc": "{x} * 453.59237",
"FromBaseToUnitFunc": "{x} / 453.59237",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbmol" ]
}
]
}
]
}