Method Math2.MulDiv
Overload
Returns number * multiply / divide
.
Multiplies without overflow and rounds up or down to the nearest integer.
public static int MulDiv(int number, int multiply, int divide)
Returns number * multiply / divide
.
Multiplies without overflow and rounds up or down to the nearest integer.
public static int MulDiv(int number, int multiply, int divide)