pg.scalars.Addition#

Accessible via pg.scalars.Addition.

class Addition(x, y)[source]#

Bases: pg.scalars.BinaryOp

Add operation.

Methods:

operate(x, y)

Implementation of the operation on two computed value.

operate(x, y)[source]#

Implementation of the operation on two computed value.

Return type:

Union[int, float]