TIMES Overloaded Multiplication Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when two variables are multiplied and is invoked when you callc = times(a,b)
or for
c = a .* b
Section: Object Oriented Programming
c = times(a,b)
or for
c = a .* b