pg.scalars.Mod#

Accessible via pg.scalars.Mod.

class Mod(x, y)[source]#

Bases: pg.scalars.BinaryOp

Mod 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:

int