pg.scalars.Division
Accessible via pg.scalars.Division.
-
class Division(x, y)[source]
Bases: pg.scalars.BinaryOp
Divide 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]