ProtoFlux:Is NaN: Difference between revisions

From Resonite Wiki
Filled in this node page.
not a stub
 
Line 30: Line 30:
* Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/api/system.single.nan?view=net-8.0 float NaN] and [https://learn.microsoft.com/en-us/dotnet/api/system.double.nan?view=net-8.0 double NaN].
* Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/api/system.single.nan?view=net-8.0 float NaN] and [https://learn.microsoft.com/en-us/dotnet/api/system.double.nan?view=net-8.0 double NaN].


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

Latest revision as of 17:34, 10 February 2025

Is NaN
Value
*
Operators

The Is NaN node takes in a value and returns if this value is NaN (Not a Number).

Inputs

Value (Pseudo-Generic)

The value we are checking.

Outputs

* (bool)

Returns if the provided value is not a number.

See Also