NextMultipleOf

Returns the first multiple of specified multiple greater or equal to the specified value.
Parameters:
multiple the multiple to align the value with
value for which the smallestmulitple must be returned.
Returns:
the smallest multiple of the specified multiple greater or equal to the specified value.
Note:
No overflow checking is done.
( 8, 15 ) == 16, and NextMultipleOf( 8, 16 ) == 16.


Generated on Thu Jun 4 20:39:16 2009 for Ceylan by  doxygen 1.5.8