DivRemI function
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.DivRemI
function DivRemI(dividend : Int, divisor : Int) : (Int, Int)
Divides one Integer value by another, returns the result and the remainder as a tuple.