minus

open operator fun T.minus(other: Number): T

Subtraction of element from number.

Receiver

the minuend.

the difference.

Parameters

other

the subtrahend.


open operator fun Number.minus(other: T): T

Subtraction of number from element.

Receiver

the minuend.

the difference.

Parameters

other

the subtrahend.