{ "function": "multiply", "left": { "id": "peak", "resolution": "monthly", "unit": "kW" }, "output": { "id": "cost", "resolution": "monthly", "unit": "SEK" }, "right": { "unit": "SEK_per_kW", "value": 50 } }
Element-wise multiplication of two operands.
Left and right opererands are required to have the same resolution.
The output dataset will have a unit that follows the following algebra:
Unit algebra (commutative):
Some floating point value and an associated Unit
Show child attributes
{ "unit": "SEK_per_kW", "value": 50 }
Product of element-wise multiplication of the left and right operands
{ "id": "quarter-hourly-energy-offtake", "resolution": "quarter_hourly", "unit": "kWh"}
"multiply"
Was this page helpful?