minus

abstract operator fun minus(right: T): T(source)

Subtracts the specified value from the current value.

Return

The result of the subtraction.

Parameters

right

The value to be subtracted from the current value.