c = a - b
Subtracts the 2-element vector b from the 2-element vector a and stores the result in c
b
a
c
a 2-element vector object
a 2-element vector in which to store the result
c as the result of a - b
a - b
Generated using TypeDoc
c = a - bSubtracts the 2-element vector
bfrom the 2-element vectoraand stores the result inc