forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LinearDensity.json
75 lines (75 loc) · 2.11 KB
/
LinearDensity.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"Name": "LinearDensity",
"BaseUnit": "KilogramPerMeter",
"XmlDoc": "The Linear Density, or more precisely, the linear mass density, of a substance is its mass per unit length. The term linear density is most often used when describing the characteristics of one-dimensional objects, although linear density can also be used to describe the density of a three-dimensional quantity along one particular dimension.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Linear_density",
"BaseDimensions": {
"L": -1,
"M": 1
},
"Units": [
{
"SingularName": "GramPerMillimeter",
"PluralName": "GramsPerMillimeter",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Micro", "Milli", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/mm" ]
}
]
},
{
"SingularName": "GramPerCentimeter",
"PluralName": "GramsPerCentimeter",
"FromUnitToBaseFunc": "x*1e-1",
"FromBaseToUnitFunc": "x/1e-1",
"Prefixes": [ "Micro", "Milli", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/cm" ]
}
]
},
{
"SingularName": "GramPerMeter",
"PluralName": "GramsPerMeter",
"FromUnitToBaseFunc": "x*1e-3",
"FromBaseToUnitFunc": "x/1e-3",
"Prefixes": [ "Micro", "Milli", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/m" ]
}
]
},
{
"SingularName": "PoundPerInch",
"PluralName": "PoundsPerInch",
"FromUnitToBaseFunc": "x/5.5997415e-2",
"FromBaseToUnitFunc": "x*5.5997415e-2",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/in" ]
}
]
},
{
"SingularName": "PoundPerFoot",
"PluralName": "PoundsPerFoot",
"FromUnitToBaseFunc": "x*1.48816394",
"FromBaseToUnitFunc": "x/1.48816394",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/ft" ]
}
]
}
]
}