CONVERT

CONVERT(arg1, arg2, arg3) → { number | string | boolean }

Converts a number from one measurement system to another.

Parameters:

Name Type Description
arg1 any

Is the value in from_units to convert.

arg2 any

Is the units for number.

arg3 any

Is the units for the result.

Returns:

Type
number | string | boolean