Skip to main content

Overview

The subtract transformation subtracts the second number from the first number.

Syntax

subtract(<variable 1>, <variable 2>)

Parameters

ParameterTypeRequiredDescription
variable 1numberYesThe minuend (number to subtract from)
variable 2numberYesThe subtrahend (number to subtract)

Examples

subtract(<variable 1>, <variable 2>)