pg.scalars.Ceiling#

Accessible via pg.scalars.Ceiling.

class Ceiling(x)[source]#

Bases: pg.scalars.UnaryOp

Ceil operator.

Methods:

operate(x)

Implementation of the operation on a computed value.

operate(x)[source]#

Implementation of the operation on a computed value.

Return type:

int