minus

operator fun <T : Number> T.minus(other: Number): T

Returns difference of this number and the other number.

Since

v2.0.0