Difference between revisions of "% (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
Modulo.
+
The % node represents the modulo operator.
Finds the remainder After devision of A and B
+
It divides its first input by its second input and returns the remainder of that division.

Revision as of 11:16, 5 October 2019

The % node represents the modulo operator. It divides its first input by its second input and returns the remainder of that division.