EEex_RoundUp
EEex_RoundUp(numToRound, multiple)
Rounds the given number upwards to the nearest multiple.
Parameters
numToRound - numeric value to round up
multiple - value to round upwards to the nearest multiple
Return
Returns the adjusted and rounded up value
Example
size = EEex_RoundUp(size, allocGran)
See Also