forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemperatureChangeRate.json
36 lines (36 loc) · 1004 Bytes
/
TemperatureChangeRate.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
{
"Name": "TemperatureChangeRate",
"BaseUnit": "DegreeCelsiusPerSecond",
"XmlDoc": "Temperature change rate is the ratio of the temperature change to the time during which the change occurred (value of temperature changes per unit time).",
"BaseDimensions": {
"T": -1,
"Θ": 1
},
"Units": [
{
"SingularName": "DegreeCelsiusPerSecond",
"PluralName": "DegreesCelsiusPerSecond",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Hecto", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "°C/s" ]
}
]
},
{
"SingularName": "DegreeCelsiusPerMinute",
"PluralName": "DegreesCelsiusPerMinute",
"FromUnitToBaseFunc": "x/60",
"FromBaseToUnitFunc": "x*60",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "°C/min" ]
}
]
}
]
}