Click or drag to resize

RoundingRoundDown Method

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