-
Notifications
You must be signed in to change notification settings - Fork 0
Roots runpac() Function
Dan Kranz edited this page Nov 22, 2020
·
1 revision
Unpacks and returns the floating point number stored within block at field
Roots.runpac(block, field)
Parameter | Description |
---|---|
block | The memory block that stores the number. Block must be of type Uint8Array. |
field | A field definition array. The first element specifies the starting byte location. The second element specifies the length in bytes. Length must be either 4 or 8 bytes. |