Category:ProtoFlux:Utility:Binary

Category page
Revision as of 03:59, 25 August 2025 by YoshBot (talk | contribs) (fix link spaces)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nodes
Node Name Description
Adder A binary adder node.
BooleanCounter Counts the amount of true and false values and the total booleans.
ComposeBitsByte Create a Byte out of Booleans bitwise.
ComposeBitsInt Create a Int out of Booleans bitwise.
ComposeBitsLong Create a Long out of Booleans bitwise.
ComposeBitsSByte Create a SByte out of Booleans bitwise.
ComposeBitsShort Create a Short out of Booleans bitwise.
ComposeBitsUInt Create a UInt out of Booleans bitwise.
ComposeBitsULong Create a ULong out of Booleans bitwise.
ComposeBitsUShort Create a UShort out of Booleans bitwise.
DoubleAsULong Converts a double to a ulong.
ExtractBitsByte Turn a Byte into Booleans bitwise.
ExtractBitsInt Turn a Int into Booleans bitwise.
ExtractBitsLong Turn a Long into Booleans bitwise.
ExtractBitsSByte Turn a SByte into Booleans bitwise.
ExtractBitsShort Turn a Short into Booleans bitwise.
ExtractBitsUInt Turn a UInt into Booleans bitwise.
ExtractBitsULong Turn a ULong into Booleans bitwise.
ExtractBitsUShort Turn a UShort into Booleans bitwise.
FloatAsUInt Converts a float to a uint.
HalfAdder A binary half adder node.
HalfAsUShort Converts a half to a ushort.
UIntAsFloat Converts a unit to a float.
ULongAsDouble Converts a ulong to a double.
UShortAsHalf Converts a ushort to a half.