subtract

subtract#

method

SampleService.subtract(a: int | float, b: int | float) int | float[source]#

Subtracts the second parameter from the first.

Parameters:
aNumber

The number to be subtracted from.

bNumber

The number to be subtracted.

Returns:
respNumber

The result of the subtraction.