Difference between revisions of "UNITITEM"
Line 11: | Line 11: | ||
| runtimetype = UBIK.Kernel.UnitItem | | runtimetype = UBIK.Kernel.UnitItem | ||
}} | }} | ||
− | A Unit Item is an object to define a single dimension used on a [[Metaproperty|MetaProperty]] and is related to a [[UNIT]] object. | + | A Unit Item is an object to define a single dimension used on a [[Metaproperty|MetaProperty]] and is related to a [[UNIT]] object. A Unit Item knows about its SI base unit and supports calculation to and from its SI base unit using the equation k * x + d. |
− | [[Category:Metaclasses]] | + | |
+ | [[Category:Metaclasses|UNITITEM]] |
Revision as of 12:26, 27 October 2017
Unit Item | |
---|---|
Name | UNITITEM |
Namespace | System.Unit |
Internal Name | SystemObjects.UNITITEM |
TypeString | UBIK.Kernel.MetaClass |
RuntimeType | UBIK.Kernel.UnitItem |
Purpose | Manage units |
Version | 2+ |
A Unit Item is an object to define a single dimension used on a MetaProperty and is related to a UNIT object. A Unit Item knows about its SI base unit and supports calculation to and from its SI base unit using the equation k * x + d.