---
title: "Float Input"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/input/floatinput
markdown: https://docs.nodetool.ai/nodes/nodetool/input/floatinput.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/input/floatinput.md
---

# Float Input

**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.
