Contents Up << >>

Adding operators

The adding operators are +, -, and &. The + and - operators are defined for any numeric type and have their usual meanings. The & operator performs concatenation. Concatenation can concatenate two vector arguments of the same type, a vector argument and a scalar of the element type of the vector, or two scalars of the same type.