CoopVec<T, N:int>.add
Description
Performs component-wise addition with another cooperative vector.
Signature
CoopVec<T, N> CoopVec<T, N:int>.add(CoopVec<T, N> other) where T : __BuiltinArithmeticType;
Parameters
other : CoopVec<T, N>
The cooperative vector to add to this vector.
Return value
A new cooperative vector containing the sum of the two vectors.