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

# Round

<CardGroup cols={2}>
  <Card title="Scalar, Scalar" href="#scalar-scalar" />

  <Card title="Scalar Field, Scalar Field" href="#scalar-field-scalar-field" />
</CardGroup>

***

<h2 id="scalar-scalar">
  Scalar, Scalar
</h2>

Map a value by either rounding up to the smallest increment of an interval that is not less than the value or by rounding down to the largest increment of an interval that is not greater than the value.

### Inputs

| Name     | Type                                                   | Description                                        |
| -------- | ------------------------------------------------------ | -------------------------------------------------- |
| Value    | [Scalar](../../../../block-documentation/types/scalar) | The value to convert by way of the Round function. |
| Interval | [Scalar](../../../../block-documentation/types/scalar) | The increment of the Round function.               |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Scalar](../../../../block-documentation/types/scalar) |

***

<h2 id="scalar-field-scalar-field">
  Scalar Field, Scalar Field
</h2>

Map a value by either rounding up to the smallest increment of an interval that is not less than the value or by rounding down to the largest increment of an interval that is not greater than the value.

### Inputs

| Name     | Type                                                               | Description                                        |
| -------- | ------------------------------------------------------------------ | -------------------------------------------------- |
| Value    | [Scalar Field](../../../../block-documentation/types/scalar-field) | The value to convert by way of the Round function. |
| Interval | [Scalar Field](../../../../block-documentation/types/scalar-field) | The increment of the Round function.               |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Scalar Field](../../../../block-documentation/types/scalar-field) |
