ProtoFlux:Repeat 01

From Resonite Wiki
Revision as of 19:52, 6 June 2024 by Yosh (talk | contribs) (create repeat 01 page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Repeat 01
Value
*
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

See Also