add

add#

method

SampleService.add(*a: int | float) int | float[source]#

Adds an unconstrained number of arguments together.

Parameters:
aNumber

Any number of arguments to be added together.

Returns:
respNumber

The result of the addition.