campo.mul

campo.mul(self, other)

Multiplication, equivalent to the * operator.

The * operator multiplies for each object the property values of two properties. The properties must be from the same property set, or one argument can be a number.

Parameters:
  • arg1 (Property or number) – multiplier

  • arg2 (Property or number) – multiplicand

Returns:

a property with the product

Return type:

Property