campo.divide

campo.divide(self, other)

Division, equivalent to the / operator.

The / operator divides 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) – dividend

  • arg2 (Property or number) – divisor

Returns:

a property with the quotient

Return type:

Property