operator + method

Q operator +(
  1. Q q
)

Add operator

Implementation

Q operator +(Q q) => dimension.si(siValue + q.siValue);