description: Multiply a numeric parameter, array, or column by a conversion factor and replace its unit
metadata in one immutable operation. Both layout and loaded data remain consistent in the
returned page.
units — Replacement unit string, or no unit metadata.
factor — Multiplicative conversion factor.
return value: A converted page that owns a correspondingly edited layout.
exceptions: sdds::StateError for an absent or unloaded field, sdds::TypeError for nonnumeric data or
overflow, and sdds::LimitError for excessive transformation output.