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

# Mod

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

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

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

***

<h2 id="integer-integer">
  Integer, Integer
</h2>

Return the remainder from the division of one Integer from another.

### Inputs

| Name      | Type                                                     | Description     |
| --------- | -------------------------------------------------------- | --------------- |
| Operand a | [Integer](../../../../block-documentation/types/integer) | First operand.  |
| Operand b | [Integer](../../../../block-documentation/types/integer) | Second operand. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Integer](../../../../block-documentation/types/integer) |

***

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

Return the remainder from the division of one Scalar number from another.

### Inputs

| Name      | Type                                                   | Description     |
| --------- | ------------------------------------------------------ | --------------- |
| Operand a | [Scalar](../../../../block-documentation/types/scalar) | First operand.  |
| Operand b | [Scalar](../../../../block-documentation/types/scalar) | Second operand. |

### Outputs

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

***

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

Return a Scalar Field of the remainders from the division of one Scalar Field from another.

### Inputs

| Name      | Type                                                               | Description     |
| --------- | ------------------------------------------------------------------ | --------------- |
| Operand a | [Scalar Field](../../../../block-documentation/types/scalar-field) | First operand.  |
| Operand b | [Scalar Field](../../../../block-documentation/types/scalar-field) | Second operand. |

### Outputs

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