Click or drag to resize

RoundingRoundUp Method

Overload List
 NameDescription
Public methodStatic memberRoundUp(Int32, Int32) This returns the next number k with k greater or equal i, and k mod n == 0.
Public methodStatic memberRoundUp(Int64, Int64) This returns the next number k with k greater or equal i, and k mod n == 0.
Top
See Also