forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevel.json
33 lines (33 loc) · 839 Bytes
/
Level.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
{
"Name": "Level",
"BaseUnit": "Decibel",
"Logarithmic": "True",
"LogarithmicScalingFactor": "1",
"XmlDocSummary": "Level is the logarithm of the ratio of a quantity Q to a reference value of that quantity, Q₀, expressed in dimensionless units.",
"Units": [
{
"SingularName": "Decibel",
"PluralName": "Decibels",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dB" ]
}
]
},
{
"SingularName": "Neper",
"PluralName": "Nepers",
"FromUnitToBaseFunc": "(1 / 0.115129254) * {x}",
"FromBaseToUnitFunc": "0.115129254 * {x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Np" ]
}
]
}
]
}