Repeat 01
Math
The Repeat 01 node constrains a number between 0
and 1
by "wrapping around" its value at every integer.
Inputs
Value (Pseudo-generic)
The number to constrain.
Outputs
* (Pseudo-generic)
The value constrained between 0
and 1
. At every integer, the value wraps back to 0
, forming a sawtooth wave if graphed.
If Value
is Infinity
, -Infinity
, or NaN
, NaN
is output.
For types with multiple values, each individual value is put through the function.
Examples
-
Three examples of the Repeat 01 node with different types