This functor inserts values into a lookup table. If the table is already filled in, it replaces the old values with new values.
| Name | Type | Description |
|---|---|---|
| Table | Lookup Table | The lookup table where the values will be inserted. |
| Key | Double | A key to the line in which the value will be inserted. |
| Value | Double | Value to be inserted. |
| Name | Type | Description |
|---|---|---|
| Updated Table | Lookup Table | The updated lookup table. |
SetLookupTableValue