add method

add(number)

Add the doubling point number in the collection.

Returns

def add(self, number):
    ...
ParameterTypeDescription
numberfloat

See Also