operator + abstract method

Angle operator +(
  1. Angle other
)

Adds two angles. If both angles use the same unit the result may be combined; otherwise a CSS calc() expression will be produced.

Implementation

Angle operator +(Angle other);