forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RadiationExposure.json
49 lines (49 loc) · 1.19 KB
/
RadiationExposure.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
43
44
45
46
47
48
49
{
"Name": "RadiationExposure",
"BaseUnit": "CoulombPerKilogram",
"XmlDocSummary": "Radiation exposure is a measure of the ionization of air due to ionizing radiation from photons.",
"XmlDocsRemarks": "https://en.wikipedia.org/wiki/Radiation_exposure",
"BaseDimensions": {
"M": -1,
"T": 1,
"I": 1
},
"Units": [
{
"SingularName": "CoulombPerKilogram",
"PluralName": "CoulombsPerKilogram",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"BaseUnits": {
"M": "Kilogram",
"T": "Second",
"I": "Ampere"
},
"Prefixes": [ "Pico", "Nano", "Micro", "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "C/kg" ]
}
]
},
{
"SingularName": "Roentgen",
"PluralName": "Roentgens",
"FromUnitToBaseFunc": "{x} * 2.58e-4",
"FromBaseToUnitFunc": "{x} / 2.58e-4",
"Prefixes": [ "Micro", "Milli" ],
"BaseUnits": {
"M": "Kilogram",
"T": "Second",
"I": "Ampere"
},
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "R" ]
}
]
}
]
}