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

# RS_Normalize

Normalize the value in the array to \[0, 255]. Uniform arrays are set to 0 after normalization.

## Signatures

```sql theme={"system"}
RS_Normalize (Band: ARRAY[Double])
```

## Parameters

<ParamField body="Band" type="ARRAY[Double]" required>
  The band index.
</ParamField>

## Return type

<ResponseField type="Array<Double>">
  An array of double values.
</ResponseField>

## Example

```sql theme={"system"}
SELECT RS_Normalize(band)
```
