forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoefficientOfThermalExpansion.json
55 lines (55 loc) · 1.29 KB
/
CoefficientOfThermalExpansion.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
50
51
52
53
54
55
{
"Name": "CoefficientOfThermalExpansion",
"BaseUnit": "InverseKelvin",
"XmlDoc": "A unit that represents a fractional change in size in response to a change in temperature.",
"BaseDimensions": {
"Θ": -1
},
"Units": [
{
"SingularName": "InverseKelvin",
"PluralName": "InverseKelvin",
"BaseUnits": {
"Θ": "Kelvin"
},
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "K⁻¹", "1/K" ]
}
]
},
{
"SingularName": "InverseDegreeCelsius",
"PluralName": "InverseDegreeCelsius",
"BaseUnits": {
"Θ": "DegreeCelsius"
},
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "°C⁻¹", "1/°C" ]
}
]
},
{
"SingularName": "InverseDegreeFahrenheit",
"PluralName": "InverseDegreeFahrenheit",
"BaseUnits": {
"Θ": "DegreeFahrenheit"
},
"FromUnitToBaseFunc": "x*9/5",
"FromBaseToUnitFunc": "x*5/9",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "°F⁻¹", "1/°F" ]
}
]
}
]
}