minus

open inline operator override fun Double.minus(arg: Double): Double(source)

Subtraction of two elements.

Receiver

the minuend.

Return

the difference.

Parameters

arg

the subtrahend.