Reads a named numeric attribute (f64, u64, or u32) from the input list, outputting each value as an element of a new List<f64>. Integer values are converted to f64.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | Primary Input | ListDyn |
| Name | The attribute name (key) to read. Default: | String |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<f64> |