Converts an integer or bool to the decimal number type, which may be the required type for certain node inputs. A bool becomes 0 (false) or 1 (true).
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | Primary Input | f64[]f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[] |