What is DivRem C#?

In C#, Math. DivRem() is a Math class method which divides two numbers and returns the remainder. By using Division operator, we do not get the remainder ...