Manuals/calci/TIMES

Revision as of 02:34, 26 February 2020 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''TIMES(Count,Value)'''</div><br/> ==Description== *This function shows the multiple times value. *In <math>TIMES(Count,Value)</math>,<math>Count...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
TIMES(Count,Value)


Description

  • This function shows the multiple times value.
  • In  ,  is the number of times to be dispalyed.
  •   is the any number or any type of value.
  • Here the value can be of any type of value.
  • For example:TIMES(2,10) = 10 10.
  • When Count is in Decimals then it will truncated in to Integer.

Examples

  1. TIMES(5,18) = 18 18 18 18 18
  2. TIMES(3,17/4) = 4.25 4.25 4.25
  3. TIMES(6.2,12) = 12 12 12 12 12 12 12

See Also


References