minus

open operator override fun Buffer<Double>.minus(arg: Buffer<Double>): DoubleBuffer(source)

Subtraction of two elements.

Receiver

the minuend.

Return

the difference.

Parameters

arg

the subtrahend.