Subtract

Subtracts a value from another value.


Inputs

  • value 1

    • The value to subtract from.
  • value 2

    • The value to subtract with.

Outputs

  • result

    • The result of subtraction.
  • result list

    • The list of results of subtraction.

Note(s)

  • This operation is represented as - within the Expression node.

  • Other names for this node include: Minus, and -.

Example(s)