minus

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

Subtraction of element from number.

Receiver

the minuend.

the difference.

Parameters

other

the subtrahend.


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

Subtraction of number from element.

Receiver

the minuend.

the difference.

Parameters

other

the subtrahend.