forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElectricCharge.json
37 lines (37 loc) · 952 Bytes
/
ElectricCharge.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
{
"Name": "ElectricCharge",
"BaseUnit": "Coulomb",
"XmlDoc": "Electric charge is the physical property of matter that causes it to experience a force when placed in an electromagnetic field.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Electric_charge",
"BaseDimensions": {
"T": 1,
"I": 1
},
"Units": [
{
"SingularName": "Coulomb",
"PluralName": "Coulombs",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "C" ]
}
]
},
{
"SingularName": "AmpereHour",
"PluralName": "AmpereHours",
"FromUnitToBaseFunc": "x/2.77777777777e-4",
"FromBaseToUnitFunc": "x*2.77777777777e-4",
"Prefixes": [ "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "A-h", "Ah" ]
}
]
}
]
}