Click or drag to resize

RoundingRoundUp Method

Overload List
 NameDescription
Public methodStatic memberRoundUp(Int32, Int32) Returns the next number k with k >= i and k mod n == 0.
Public methodStatic memberRoundUp(Int64, Int64) Returns the next number k with k >= i and k mod n == 0.
Top
See Also