not a stub |
m YoshBot moved page ProtoFlux:Is Infinity to ProtoFlux:IsInfinity: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:24, 21 August 2025
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.