Type: nodetool.input.FloatInput
Namespace: nodetool.input
Description
Accepts a floating-point number as a parameter for workflows, typically constrained by a minimum and maximum value. This input allows for precise numeric settings, such as adjustments, scores, or any value requiring decimal precision. input, parameter, float, number, decimal, range
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| name | str |
The parameter name for the workflow. | `` |
| value | float |
0 |
|
| description | str |
The description of the input for the workflow. | `` |
| min | float |
0 |
|
| max | float |
99999 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | float |
Related Nodes
Browse other nodes in the nodetool.input namespace.