ProtoFlux:Extract Bits ULong: Difference between revisions

From Resonite Wiki
Created a page for the Extract Bits Ulong node.
 
Fixed visual.
 
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Compose Bits ulong
|Name=Extract Bits ulong
|Category=Binary
|Category=Binary
|Inputs=
|Inputs=

Latest revision as of 11:55, 23 May 2024

Extract Bits ulong
Integer
Bit0
Bit1
Bit2
Bit3
Bit4
Bit5
Bit6
Bit7
Bit8
Bit9
Bit10
Bit11
Bit12
Bit13
Bit14
Bit15
Bit16
Bit17
Bit18
Bit19
Bit20
Bit21
Bit22
Bit23
Bit24
Bit25
Bit26
Bit27
Bit28
Bit29
Bit30
Bit31
Bit32
Bit33
Bit34
Bit35
Bit36
Bit37
Bit38
Bit39
Bit40
Bit41
Bit42
Bit43
Bit44
Bit45
Bit46
Bit47
Bit48
Bit49
Bit50
Bit51
Bit52
Bit53
Bit54
Bit55
Bit56
Bit57
Bit58
Bit59
Bit60
Bit61
Bit62
Bit63
Binary

The Extract Bits Ulong node takes in a ulong value and returns 64 bits of boolean data. Used for binary math and data transmission.

This node is commonly used with reading from a Cloud Variable storing a lot of data.

Inputs

Integer (ulong)

The ulong we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this ulong value.