minus

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

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

b

the subtrahend.

Sources

common source
Link copied to clipboard