odc.geo.math.align_down

odc.geo.math.align_down(x, align)[source]

Align integer down.

Return type:

int

Returns:

y such that y % align == 0 and y <= x and (x - y) < align