operator - method

Q operator -(
  1. Q q
)

Subtract operator

Implementation

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