divide
Description: Divides the Subject by a numeric value and returns the result.
Subject Type: Number or Decimal
Arguments:
Operand : The value to divide the Subject by
Return Type: Number or Decimal (depending on input types)
Examples: If the "fileSize" attribute has a
value of 100, then the Expression ${fileSize:divide(12)}
will return the
value 8
.