ProtoFlux:GreaterOrEqual: Difference between revisions

From Resonite Wiki
Fixed node visual.
m YoshBot moved page ProtoFlux:Greater Or Equal to ProtoFlux:GreaterOrEqual: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:21, 21 August 2025

A
*
B
Operators

The Greater Or Equal node takes in 2 values and returns if the first value is larger than or equal to the second value.

For other comparison nodes:
  • If you need to check if a value is greater than something else, use the Greater Than node instead.
  • If you need to check if a value is less than something else, use the Less Than node instead.
  • If you need to check if a value is less than or equal to something else, use the Less Or Equal node instead.

Inputs

A (Pseudo-Generic)

The first value.

B (Pseudo-Generic)

The second value.

Outputs

* (bool)

Returns if the first value is larger than or equal to the second value.

See Also