Manuals/calci/TIMES

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