Computes the integer quotient and the remainder of the inputs. The connector pane displays the default data types for this polymorphic function. Details Example

If the integer input value of y is zero, the quotient is zero and remainder is dividend x. For floating-point inputs, if y is zero, the quotient is infinity and the remainder defaults to NaN.
Refer to the Quotient and Remainder VI in the labview\examples\general\functions\Numeric directory for an example of using the Quotient & Remainder function.