Filled in this node page. |
m YoshBot moved page ProtoFlux:Less Or Equal to ProtoFlux:LessOrEqual: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Name":"", "Type":"Dummy"}, | {"Name":"A", "Type":"Dummy"}, | ||
{"Name":"", "Type":"Dummy"} | {"Name":"B", "Type":"Dummy"} | ||
] | ] | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"", "Type":"bool"} | {"Name":"*", "Type":"bool"} | ||
] | ] | ||
|}} | |}} |
Latest revision as of 00:26, 21 August 2025
≤
Operators
The Less Or Equal node takes in 2 values and returns if the first value is smaller than or equal to the second value.
Inputs
A (Pseudo-Generic)
The first value.
B (Pseudo-Generic)
The second value.
Outputs
* (bool)
Returns if the first value is smaller than or equal to the second value.
See Also
- Wikipedia's definition of inequality.
- Microsoft's documentation on the less than or equal to operator.