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.