minus

operator fun minus(other: Numbers<*>): Numbers<Number>

Subtracts another primitive numeric profile from this.


operator fun minus(n: Number): Numbers<Number>

Subtracts a constant number from this.


operator fun minus(other: Real): Real

Subtracts a linear profile from this.