Is ∞
Operators
The Is Infinity node takes in a value and returns if this value is Infinity
or -Infinity
.
Inputs
Value (Pseudo-Generic)
The value to check.
Outputs
* (bool)
Returns if the value is Infinity
or -Infinity
.
See Also
- Wikipedia's definition of Infinity & NaN.
- Microsoft's documentation on the float positive infinity, float negative infinity, double positive infinity, & double negative infinity.