Search

Add (Dep.)

Last Updated: May 10, 2022

Articles

Use this function to find the sum of the two input values.

This function is deprecated. Use Sum.

Syntax

Add (Dep.) (number_1,number_2)

Parameters

Input Parameter Name Description
number_1 Integer value
number_2 Integer value

Returns

Return Value Description
Sum Returns the sum of the input values

Sample

Add (Dep.) (-1,2)

  • Returns 1.

To view all the Math functions, click here.

Did you find what you were looking for?