Manuals/calci/MULTIPLYBY
MULTIPLYBY(By,OtherArguments)
- where
Description
- This function calculates the multiplication of number with each given number in the array.
- Multiplication is one of the four basic operations of arithmetic.
- Multiplication is adding equal parts or groups.
- Multiplication is the repeated addition and it is the opposite of Division.
Examples
- MULTIPLYBY(44,3) = 132
- MULTIPLYBY(-7,20) = -140
- MULTIPLYBY(8.5,3) = 25.5
- MULTIPLYBY(2,6,8) = 96
- MULTIPLYBY(1..4,3) = 72
- A= 5 ; MULTIPLYBY(A,6) = 30
See Also
References