forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Irradiance.json
37 lines (37 loc) · 995 Bytes
/
Irradiance.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": "Irradiance",
"BaseUnit": "WattPerSquareMeter",
"XmlDocSummary": "Irradiance is the intensity of ultraviolet (UV) or visible light incident on a surface.",
"BaseDimensions": {
"M": 1,
"T": -3
},
"Units": [
{
"SingularName": "WattPerSquareMeter",
"PluralName": "WattsPerSquareMeter",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Pico", "Nano", "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/m²" ]
}
]
},
{
"SingularName": "WattPerSquareCentimeter",
"PluralName": "WattsPerSquareCentimeter",
"FromUnitToBaseFunc": "{x} * 10000",
"FromBaseToUnitFunc": "{x} * 0.0001",
"Prefixes": [ "Pico", "Nano", "Micro", "Milli", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "W/cm²" ]
}
]
}
]
}