uconv (<units1>,<units2>)
numeric
The conversion factor of one unit of measurement to another.
<units1>
The "from" units, a string value.
<units2>
The "to" units, a string value.
The following will yield a value of 3280.8399.
numeric factor = uconv('km','ft')
Identifiers: |
units (string) |