ProtoFlux:ApproximatelyNot: Difference between revisions

From Resonite Wiki
Filled in the node page.
m YoshBot moved page ProtoFlux:Approximately Not to ProtoFlux:ApproximatelyNot: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:40, 20 August 2025

!≈
A
*
B
Epsilon
Operators

The Approximately Not node takes in two values that could potentially be close enough within a certain Epsilon range. If the values are not considered close enough, this node will return true.

If you need to check something that is within the approximate range between the 2 values, use the Approximately node.

Inputs

A (Pseudo-Generic)

The first value to check.

B (Pseudo-Generic)

The second value to check.

Epsilon (Pseudo-Generic)

The smallest distance to check when comparing the 2 values. (Default: 9.403955E-38)

Outputs

* (Pseudo-Generic)

If the values are not close enough to each other, return true.

See Also