ProtoFlux:Is Infinity: Difference between revisions

From Resonite Wiki
Filled in the node page.
not a stub
 
Line 30: Line 30:
* Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/api/system.single.positiveinfinity?view=net-8.0 float positive infinity], [https://learn.microsoft.com/en-us/dotnet/api/system.single.negativeinfinity?view=net-8.0 float negative infinity], [https://learn.microsoft.com/en-us/dotnet/api/system.double.positiveinfinity?view=net-8.0 double positive infinity], & [https://learn.microsoft.com/en-us/dotnet/api/system.double.negativeinfinity?view=net-8.0 double negative infinity].
* Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/api/system.single.positiveinfinity?view=net-8.0 float positive infinity], [https://learn.microsoft.com/en-us/dotnet/api/system.single.negativeinfinity?view=net-8.0 float negative infinity], [https://learn.microsoft.com/en-us/dotnet/api/system.double.positiveinfinity?view=net-8.0 double positive infinity], & [https://learn.microsoft.com/en-us/dotnet/api/system.double.negativeinfinity?view=net-8.0 double negative infinity].


[[Category:ProtoFlux:Stubs]]
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Latest revision as of 17:35, 10 February 2025

Is ∞
Value
*
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