ProtoFlux:Extract Bits Long

From Resonite Wiki
Extract Bits long
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 Long node takes in a long 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 (long)

The long we want to split into boolean values.

Outputs

Bit# (bool)

The bit from this long value.