Click or drag to resize

RoundingRoundDown Method

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