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

# Max

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

  <Card title="Operands" href="#operands" />

  <Card title="Operands" href="#operands" />

  <Card title="Operands" href="#operands" />

  <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 largest value between two Integers.

### 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="operands">
  Operands
</h2>

Return the largest value in a list of Integers.

### Inputs

| Name     | Type                                                          | Description       |
| -------- | ------------------------------------------------------------- | ----------------- |
| Operands | [Integer List](../../../../block-documentation/types/integer) | List of operands. |

### Outputs

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

***

<h2 id="operands">
  Operands
</h2>

Return the largest value in a list of Scalar numbers.

### Inputs

| Name     | Type                                                        | Description       |
| -------- | ----------------------------------------------------------- | ----------------- |
| Operands | [Scalar List](../../../../block-documentation/types/scalar) | List of operands. |

### Outputs

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

***

<h2 id="operands">
  Operands
</h2>

Return a Scalar Field of the largest values from a list of Scalar Fields.

### Inputs

| Name     | Type                                                                    | Description       |
| -------- | ----------------------------------------------------------------------- | ----------------- |
| Operands | [Scalar Field List](../../../../block-documentation/types/scalar-field) | list of operands. |

### Outputs

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

***

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

Return the largest value between two Scalar numbers.

### 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 largest values between two Scalar Fields.

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