Raptor:Index to Real: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Table Lookup|Return to Table Lookup page]] | [[Raptor:Table Lookup|Return to Table Lookup page]] | ||
Line 14: | Line 14: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |||
! Value | |||
| idx | |||
| An index value which may be fractional. | |||
|} | |} | ||
Line 22: | Line 26: | ||
! scope="col" style="width: 15%;"|Type | ! scope="col" style="width: 15%;"|Type | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |- | ||
! | ! Value | ||
| real | |||
| A real number corresponding to the fractional index input. | |||
|} | |} |
Latest revision as of 18:47, 13 September 2023
Return to the main Raptor page
Description
The Raptor Index to Real block is used to convert the fractional index from the Raptor Table Axis block to a floating point value. For example if the index is representing the point half was between the 1st and 2nd value this block will output 0.5.
Inputs
Input | Type | Description |
---|---|---|
Value | idx | An index value which may be fractional. |
Outputs
Output | Type | Description |
---|---|---|
Value | real | A real number corresponding to the fractional index input. |