subtract

abstract fun subtract(a: T, b: T): T

Subtracts two numbers

Return

the difference of the two numbers

Parameters

a

the first number

b

the second number