Manuals/calci/TIMES
Jump to navigation
Jump to search
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
- TIMES(5,18) = 18 18 18 18 18
- TIMES(3,17/4) = 4.25 4.25 4.25
- TIMES(6.2,12) = 12 12 12 12 12 12 12
See Also