I want to create extension functions for classes that encapsulate simple Numbers. For example DoubleProperty. I encountered the problem, that I can\'t
Number
DoubleProperty
If DoubleProperty is your class, you can make plus and plusAssign its methods, that should resolve any ambiguity.
plus
plusAssign