Divides two numbers and returns an integer result. If expression2 evaluates to zero, the \ operator throws a xref:System.DivideByZeroException exception. This is true for all numeric data types of the ...
Divides two numbers and returns an integer result. The result is the integer quotient of `expression1` divided by `expression2`, which discards any remainder and retains only the integer portion. This ...