pymel.core.datatypes.trunc

trunc(x:Real) → Integral

Truncates x to the nearest Integral toward 0. Uses the __trunc__ magic method. This function has been overriden from math.trunc to work element-wise on iterables