Multiplication
Inputs
value_1:
description: The first numeric value to be multiplied.
allowed types: integer, decimal
default value: 0
value_2:
description: The second numeric value to be multiplied.
allowed types: integer, decimal
default value: 1
Output
description: The product of
value_1
andvalue_2
.type: decimal
Tags
math
Last updated