Remainder

Description #

A block that returns the remainder of dividing the integer part of the first number (The Dividend) by the integer part of the second number (The Divisor).

Time Based #

Not a time-based block (won’t take time to finish execution).

Inputs #

This block has two Integer or Float Data Inputs:

  • A: The Dividend.
  • B: The Divisor.

Outputs #

This block has only one Output: the remainder of A divided by B.

Powered by BetterDocs