Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.DivRemI
function DivRemI(dividend : Int, divisor : Int) : (Int, Int)
Summary
Divides one Integer value by another, returns the result and the remainder as a tuple.