Difference between revisions of "Manuals/calci/UNITADD"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''UNITADD(A,B)'''</div><br/> *where <math>A</math> and <math>B</math> are two numbers to be added. ==Description== *This function gives the tot...")
 
Line 1: Line 1:
<div style="font-size:30px">'''UNITADD(A,B)'''</div><br/>
+
<div style="font-size:30px">'''UNITADD(a,b)'''</div><br/>
  
*where <math>A</math> and <math>B</math> are two numbers to be added.
+
*where <math>a</math> and <math>b</math> are two numbers to be added.
  
 
==Description==
 
==Description==
Line 13: Line 13:
 
==ZOS==
 
==ZOS==
  
*The syntax is to calculate SUM is ZOS is <math>UNITADD(A,B)</math>
+
*The syntax is to calculate SUM is ZOS is <math>UNITADD(a,b)</math>
*<math>A</math> and <math>B</math> are two numbers to be added.
+
*<math>a</math> and <math>b</math> are two numbers to be added.
  
 
==Examples==
 
==Examples==

Revision as of 16:59, 26 June 2018

UNITADD(a,b)


  • where and are two numbers to be added.

Description

  • This function gives the total sum value of two numbers.
  • The numbers can be or .
  • We can give any cell references like column or row number, logical values like true or false, or a result from any other functions in Arguments.
  • Even if more than two numbers are entered as argument, only first two numbers get added.
  • For arguments other than numbers, constant or logical values, Calci gives an error message.

ZOS

  • The syntax is to calculate SUM is ZOS is
  • and are two numbers to be added.

Examples

  1. UNITADD(40,10) = 50
  2. UNITADD(-90,-70) = -160
  3. UNITADD(true,true) = 2
  4. UNITADD(3.234, 1.42) = 4.654
  5. UNITADD(10,20,5,5) = 30 (Here only first two numbers get added)
  6. A=4 ; B=6 ; =UNITADD(A,B) = 10


Related Videos

SUM

See also


References

SUM