NumericMultiply

Workspace.NumericMultiply(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, input: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, value: pyarts.arts.WorkspaceVariable | pyarts.arts.Numeric, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Multiplies a Numeric with a value (output = input * value).

The result can either be stored in the same or another Numeric.

Author(s): Patrick Eriksson

Parameters:
  • output (Numeric) – Output Numeric. [OUT]

  • input (Numeric) – Input Numeric. [IN]

  • value (Numeric) – Multiplier. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]