Jump to: navigation, search

Difference between revisions of "UNITITEM"


 
(13 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
| title = Unit Item
 
| title = Unit Item
 
| name = UNITITEM
 
| name = UNITITEM
| internalname = UnitItem
+
| internalname = SystemObjects.UNITITEM
 
| namespace = System.Unit
 
| namespace = System.Unit
 
| image = [[File:SY_UNITITEM.png|220px]]
 
| image = [[File:SY_UNITITEM.png|220px]]
Line 8: Line 8:
 
| purpose = Manage units
 
| purpose = Manage units
 
| version = 2+
 
| version = 2+
 +
| typestring = UBIK.Kernel.MetaClass
 +
| 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 supports calculating to and from its related [[UNIT]] using the equation k * x + d {{Version/ServerSince|2.6.2}}. Before Version 2.6.2 the calculation used the equation k * x.
  
In {{UBIK}}, a unit item is an object to define a single dimension for a [[Metaproperty|MetaProperty]].
+
[[Category:Metaclasses|UNITITEM]]
It is related to a UNIT object.
+
 
+
[[Category:UBIK System MetaClasses]]
+

Latest revision as of 12:42, 31 October 2017

IC METACLASS.gif 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 supports calculating to and from its related UNIT using the equation k * x + d . Before Version 2.6.2 the calculation used the equation k * x.