> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DataValueNumber

[DataValue](/scripting/api-reference/data-value/data-value) that stores a number value.

## Fields

### `value`

The stored numeric value.

```lua theme={null}
local dv: DataValueNumber = DataValue.number()
dv.value = 200
```
