GloopieBot (talk | contribs) Cleaning ProtoFlux Categories |
m fix link spaces |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
|Adder|| | |Adder|| A binary adder node. | ||
| | |BooleanCounter|| Counts the amount of true and false values and the total booleans. | ||
| | |ComposeBitsByte|| Create a [[Type:Byte|Byte]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsInt|| Create a [[Type:Int|Int]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsLong|| Create a [[Type:Long|Long]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsSByte|| Create a [[Type:SByte|SByte]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsShort|| Create a [[Type:Short|Short]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsUInt|| Create a [[Type:UInt|UInt]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsULong|| Create a [[Type:ULong|ULong]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |ComposeBitsUShort|| Create a [[Type:UShort|UShort]] out of [[Type:Bool|Booleans]] bitwise. | ||
| | |DoubleAsULong|| Converts a [[Type:double|double]] to a [[Type:ulong|ulong]]. | ||
| | |ExtractBitsByte|| Turn a [[Type:Byte|Byte]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsInt|| Turn a [[Type:Int|Int]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsLong|| Turn a [[Type:Long|Long]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsSByte|| Turn a [[Type:SByte|SByte]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsShort|| Turn a [[Type:Short|Short]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsUInt|| Turn a [[Type:UInt|UInt]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsULong|| Turn a [[Type:ULong|ULong]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |ExtractBitsUShort|| Turn a [[Type:UShort|UShort]] into [[Type:Bool|Booleans]] bitwise. | ||
| | |FloatAsUInt|| Converts a [[Type:float|float]] to a [[Type:uint|uint]]. | ||
| | |HalfAdder|| A binary half adder node. | ||
| | |HalfAsUShort|| Converts a [[Type:half|half]] to a [[Type:ushort|ushort]]. | ||
| | |UIntAsFloat|| Converts a [[Type:uint|unit]] to a [[Type:float|float]]. | ||
| | |ULongAsDouble|| Converts a [[Type:ulong|ulong]] to a [[Type:double|double]]. | ||
| | |UShortAsHalf|| Converts a [[Type:ushort|ushort]] to a [[Type:half|half]]. | ||
}} | }} | ||
[[Category:ProtoFlux:Utility]] | [[Category:ProtoFlux:Utility]] |
Latest revision as of 03:59, 25 August 2025
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. |
Pages in category "ProtoFlux:Utility:Binary"
The following 25 pages are in this category, out of 25 total.