Created a page for the Bolean Counter node. |
m YoshBot moved page ProtoFlux:Boolean Counter to ProtoFlux:BooleanCounter: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 23:41, 20 August 2025
Boolean Counter
Booleans
+
-
Binary
The Boolean Counter
node takes in a list of booleans and counts the number of true and false values, as well as a count of all booleans in the list.
Inputs
Booleans (bool)
The list of booleans to be counted.
Outputs
TrueCount (int)
The true count of all booleans in the list.
FalseCount (int)
The false count of all booleans in the list.
TotalCount (int)
The total count of booleans in this list.