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

# Ceiling

<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 to the least increment of an interval that is greater than or equal to the value.

### Inputs

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

### Outputs

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

***

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

Map a value to the least increment of an interval that is greater than or equal to the value.

### Inputs

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

### Outputs

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