UNITS_TYPE

Returns the character string value of the given unit type using the provided integer value.

Format

UNITS_TYPE (UnitsType)

Arguments

 
Units
An encoded units value.

Examples

The following is an illustration of the UNITS_TYPE function:
 
Function
var cre var=x rea=1 units="mass/time**3"
UNITS_TYPE(x.units)
Result
Returns mass/time**3