He's asking why you would bother creating a function for something that already exists in Torque. It'd likely be faster just to define mRound as a macro for mFloatLength( x , 0 ) rather than use Torque's stuffty math system to add 0.5 and then floor. But there's no point to that, just type the extra letters out for mFloatLength.