-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunitType.html
More file actions
54 lines (43 loc) · 1.75 KB
/
Copy pathunitType.html
File metadata and controls
54 lines (43 loc) · 1.75 KB
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
---
layout: default
---
<div class="content">
<h1>UnitType <span class="extends">extends <a href="collection">Collection</a></span></h1>
<div class="desc">
<p><u>UnitType</u> instances are <i>immutable</i> and globally shared.</p>
{% include unitType-table.html %}
</div>
<h2>instance</h2>
<article>
<b class="property"></b>
<b class="server"></b>
<span class="sig">abbreviation: string</span>
<p>Has the abbreviation for this UnitType. For example, "l" for "length".</p>
</article>
<article>
<b class="property"></b>
<b class="server"></b>
<span class="sig">formula: string</span>
<p>Contains the formula of this UnitType if it is a derived type. For example, "force" is "l<sup>1</sup>m<sup>1</sup>/s<sup>2</sup>", or
1 degree of length, 1 degree of mass, and -2 degrees of duration.<p>
</article>
<article id="normal">
<b class="property"></b>
<b class="server"></b>
<span class="sig">normal: string</span>
<p>Contains the symbol of the unit that is the "normal" for this unit type. The normals for most unit types are the standard SI units. For example, the normal for duration
is the metric second, and the normal for mass is the metric kilogram.</p>
</article>
<article id="normal">
<b class="property"></b>
<b class="server"></b>
<span class="sig">note: string</span>
<p>Contains the a description of the unit type.</p>
</article>
<article>
<b class="property"></b>
<b class="server"></b>
<span class="sig">symbol: string</span>
<p>Contains the symbol of the unit factor, i.e. "M" for mega, "G" for giga, etc.</p>
</article>
</div>