I have the following condition in C ++ and would like to move to C #. The problem I'm having is with the div
function that displays the error:
The name 'div' does not exist in the current context
if (quant > 0)
{
return div(quant, 7).quot;
}