c = a + b
Adds the 4-element vector b to the 4-element vector a and stores the result in c
b
a
c
a 4-element vector object
a 4-element vector in which to store the result
c as the result of a + b
a + b
Generated using TypeDoc
c = a + bAdds the 4-element vector
bto the 4-element vectoraand stores the result inc