Real
scaleToStandardUnit[0..1], in Class UnitOfMeasure
Documentation
Multiplicative factor for conversion of this unit of measure to the standard one (often the ISO standard unit). This is NULL (or equivalent zero (0)) if the conversion is not simply a linear one.
If the implementation system used for this object does not support NULL, the scale set to 0 is equivalent to NULL for both scale and offset.
If X is the current unit, and S is the standard one the of two variables scale(ToStandardUnit) and offset(ToStandardUnit) can be used to make the conversion from X to S by:
S = offset + scale*X
and, conversely,
X = (S-offset)/scale
Export Control | PublicAccess | Containment | Unspecified |
Static | No | Derived | No |