fix category |
Updated the page of Compose Bits Ulong. |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=Compose Bits ulong | ||
|Category= | |Category=Binary | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
Line 71: | Line 71: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Type":"ulong"} | {"Name":"*", "Type":"ulong"} | ||
] | ] | ||
|}} | |}} | ||
[[ | The <code>Compose Bits Ulong</code> node takes in 64 bits of [[Type:bool|boolean]] data and returns a [[Type:Ulong|ulong]] result. Used for binary math and data transmission. | ||
{{Note|This node is commonly used for holding a lot of data for a [[Cloud Variables|Cloud Variable]].|information}} | |||
== Inputs == | |||
=== Bit# ([[Type:bool|bool]]) === | |||
The bit for this ulong value. | |||
== Outputs == | |||
=== * ([[Type:ulong|ulong]]) === | |||
Returns the combined bits of this ulong. | |||
[[Category:ProtoFlux:Utility:Binary]] | [[Category:ProtoFlux:Utility:Binary]] |